#666DB6

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

Shades of Chetwode Blue #666DB6

Tints of Chetwode Blue #666DB6

Color information

#666DB6 (or 0x666DB6) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and B6. RGB value is (102,109,182). Sum of RGB (Red+Green+Blue) = 102+109+182=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #666DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DB6 is #999249. Grayscale: #727272. Windows color (decimal): -10064458 or 11955558. OLE color: 11955558.

HSL color Cylindrical-coordinate representation of color #666DB6: hue angle of 234.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #666DB6 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB102109182-
CMYK0.440.4000.29
HSL234.75º35.4%55.69%-
HSV(B)234.75º43.96%71.37%-
XYZ19.3917.1446.54-
YUV115.23165.68118.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 109 (42.97% from 255) = 27.74%
BLUE value IS 182 (71.48% from 255) = 46.31%
R=25.95%
G=27.74%
B=46.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021091820.440.4000.29234.7535.455.69
Hex666DB62C2801Deb2338
Octal14615526654500353534370
Binary110011011011011011011010110010100001110111101011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,182); }

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

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

 a { background-color: rgb(102,109,182); }

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

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

 span { border-color: rgb(102,109,182); }

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