#666DB3

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

Shades of Chetwode Blue #666DB3

Tints of Chetwode Blue #666DB3

Color information

#666DB3 (or 0x666DB3) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and B3. RGB value is (102,109,179). Sum of RGB (Red+Green+Blue) = 102+109+179=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #666DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DB3 is #99924C. Grayscale: #727272. Windows color (decimal): -10064461 or 11758950. OLE color: 11758950.

HSL color Cylindrical-coordinate representation of color #666DB3: hue angle of 234.55º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666DB3 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB102109179-
CMYK0.430.3900.30
HSL234.55º33.62%55.1%-
HSV(B)234.55º43.02%70.2%-
XYZ19.0817.0244.93-
YUV114.89164.18118.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 109 (42.97% from 255) = 27.95%
BLUE value IS 179 (70.31% from 255) = 45.90%
R=26.15%
G=27.95%
B=45.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1021091790.430.3900.30234.5533.6255.1
Hex666DB32B2701Eeb2237
Octal14615526353470363534267
Binary110011011011011011001110101110011101111011101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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