#666CAF

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

Shades of Chetwode Blue #666CAF

Tints of Chetwode Blue #666CAF

Color information

#666CAF (or 0x666CAF) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6C and AF. RGB value is (102,108,175). Sum of RGB (Red+Green+Blue) = 102+108+175=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #666CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAF is #999350. Grayscale: #717171. Windows color (decimal): -10064721 or 11496550. OLE color: 11496550.

HSL color Cylindrical-coordinate representation of color #666CAF: hue angle of 235.07º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666CAF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102108175-
CMYK0.420.3800.31
HSL235.07º31.33%54.31%-
HSV(B)235.07º41.71%68.63%-
XYZ18.5816.6542.79-
YUV113.84162.51119.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=26.49%
G=28.05%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021081750.420.3800.31235.0731.3354.31
Hex666CAF2A2601Feb1f36
Octal14615425752460373533766
Binary11001101101100101011111010101001100111111110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666CAF; }

 p { color: rgb(102,108,175); }

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

<style>
 a { background-color: #666CAF; }

 a { background-color: rgb(102,108,175); }

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

<style>
 span { border-color: #666CAF; }

 span { border-color: rgb(102,108,175); }

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