#666EA7

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

Shades of Chetwode Blue #666EA7

Tints of Chetwode Blue #666EA7

Color information

#666EA7 (or 0x666EA7) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6E and A7. RGB value is (102,110,167). Sum of RGB (Red+Green+Blue) = 102+110+167=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #666EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EA7 is #999158. Grayscale: #717171. Windows color (decimal): -10064217 or 10972774. OLE color: 10972774.

HSL color Cylindrical-coordinate representation of color #666EA7: hue angle of 232.62º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #666EA7 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102110167-
CMYK0.390.3400.35
HSL232.62º26.97%52.75%-
HSV(B)232.62º38.92%65.49%-
XYZ18.0316.7738.85-
YUV114.11157.85119.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=26.91%
G=29.02%
B=44.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021101670.390.3400.35232.6226.9752.75
Hex666EA72722023e91b35
Octal14615624747420433513365
Binary110011011011101010011110011110001001000111110100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,110,167); }

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

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

 a { background-color: rgb(102,110,167); }

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

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

 span { border-color: rgb(102,110,167); }

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