#666DCC

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

Shades of Chetwode Blue #666DCC

Tints of Chetwode Blue #666DCC

Color information

#666DCC (or 0x666DCC) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and CC. RGB value is (102,109,204). Sum of RGB (Red+Green+Blue) = 102+109+204=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #666DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DCC is #999233. Grayscale: #757575. Windows color (decimal): -10064436 or 13397350. OLE color: 13397350.

HSL color Cylindrical-coordinate representation of color #666DCC: hue angle of 235.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666DCC is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102109204-
CMYK0.50.4700.2
HSL235.88º50%60%-
HSV(B)235.88º50%80%-
XYZ21.8518.1259.47-
YUV117.74176.68116.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 109 (42.97% from 255) = 26.27%
BLUE value IS 204 (80.08% from 255) = 49.16%
R=24.58%
G=26.27%
B=49.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021092040.50.4700.2235.885060
Hex666DCC322F014ec323c
Octal14615531462570243546274
Binary110011011011011100110011001010111101010011101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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