#666DCA

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

Shades of Chetwode Blue #666DCA

Tints of Chetwode Blue #666DCA

Color information

#666DCA (or 0x666DCA) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and CA. RGB value is (102,109,202). Sum of RGB (Red+Green+Blue) = 102+109+202=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #666DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DCA is #999235. Grayscale: #757575. Windows color (decimal): -10064438 or 13266278. OLE color: 13266278.

HSL color Cylindrical-coordinate representation of color #666DCA: hue angle of 235.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666DCA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB102109202-
CMYK0.500.4600.21
HSL235.8º48.54%59.61%-
HSV(B)235.8º49.5%79.22%-
XYZ21.6118.0358.22-
YUV117.51175.68116.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 202 (79.30% from 255) = 48.91%
R=24.70%
G=26.39%
B=48.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1021092020.500.4600.21235.848.5459.61
Hex666DCA322E015ec313c
Octal14615531262560253546174
Binary110011011011011100101011001010111001010111101100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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