#666AAF

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

Shades of Chetwode Blue #666AAF

Tints of Chetwode Blue #666AAF

Color information

#666AAF (or 0x666AAF) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6A and AF. RGB value is (102,106,175). Sum of RGB (Red+Green+Blue) = 102+106+175=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #666AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AAF is #999550. Grayscale: #707070. Windows color (decimal): -10065233 or 11496038. OLE color: 11496038.

HSL color Cylindrical-coordinate representation of color #666AAF: hue angle of 236.71º 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 #666AAF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB102106175-
CMYK0.420.3900.31
HSL236.71º31.33%54.31%-
HSV(B)236.71º41.71%68.63%-
XYZ18.3716.2342.72-
YUV112.67163.17120.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=26.63%
G=27.68%
B=45.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021061750.420.3900.31236.7131.3354.31
Hex666AAF2A2701Fed1f36
Octal14615225752470373553766
Binary11001101101010101011111010101001110111111110110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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