#666EB0

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

Shades of Chetwode Blue #666EB0

Tints of Chetwode Blue #666EB0

Color information

#666EB0 (or 0x666EB0) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6E and B0. RGB value is (102,110,176). Sum of RGB (Red+Green+Blue) = 102+110+176=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #666EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666EB0 is #99914F. Grayscale: #727272. Windows color (decimal): -10064208 or 11562598. OLE color: 11562598.

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

Color convert

RGB102110176-
CMYK0.420.3700.31
HSL233.51º31.9%54.51%-
HSV(B)233.51º42.05%69.02%-
XYZ18.8917.1143.38-
YUV115.13162.35118.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 176 (69.14% from 255) = 45.36%
R=26.29%
G=28.35%
B=45.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021101760.420.3700.31233.5131.954.51
Hex666EB02A2501Fea2037
Octal14615626052450373524067
Binary110011011011101011000010101010010101111111101010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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