#6D75CD

Color #6D75CD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6D75CD

Tints of Chetwode Blue #6D75CD

Color information

#6D75CD (or 0x6D75CD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 75 and CD. RGB value is (109,117,205). Sum of RGB (Red+Green+Blue) = 109+117+205=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75CD is #928A32. Grayscale: #7C7C7C. Windows color (decimal): -9603635 or 13464941. OLE color: 13464941.

HSL color Cylindrical-coordinate representation of color #6D75CD: hue angle of 235º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D75CD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109117205-
CMYK0.470.4300.20
HSL235º48.98%61.57%-
HSV(B)235º46.83%80.39%-
XYZ23.6920.3860.44-
YUV124.64173.35116.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 117 (46.09% from 255) = 27.15%
BLUE value IS 205 (80.47% from 255) = 47.56%
R=25.29%
G=27.15%
B=47.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091172050.470.4300.2023548.9861.57
Hex6D75CD2F2B014eb313e
Octal15516531557530243536176
Binary110110111101011100110110111110101101010011101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D75CD; }

 p { color: rgb(109,117,205); }

 H1.HeaderClassName
 {
   color: #6D75CD;
 }
 .AnyTagClassName
 {
   color: #6D75CD;
 }
</style>
background-color css

<style>
 a { background-color: #6D75CD; }

 a { background-color: rgb(109,117,205); }

 div.DivClassName
 {
   background-color: #6D75CD;
 }
 .BgClassName
 {
   background-color: #6D75CD;
 }
</style>
border-color css

<style>
 span { border-color: #6D75CD; }

 span { border-color: rgb(109,117,205); }

 td.TdClassName
 {
   border-color: #6D75CD;
 }
 .TagClassName
 {
   border-color: #6D75CD;
 }
</style>