#666DC2

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

Shades of Chetwode Blue #666DC2

Tints of Chetwode Blue #666DC2

Color information

#666DC2 (or 0x666DC2) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6D and C2. RGB value is (102,109,194). Sum of RGB (Red+Green+Blue) = 102+109+194=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #666DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DC2 is #99923D. Grayscale: #747474. Windows color (decimal): -10064446 or 12741990. OLE color: 12741990.

HSL color Cylindrical-coordinate representation of color #666DC2: hue angle of 235.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666DC2 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102109194-
CMYK0.470.4400.24
HSL235.43º42.99%58.04%-
HSV(B)235.43º47.42%76.08%-
XYZ20.6917.6653.36-
YUV116.6171.68117.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.19%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=25.19%
G=26.91%
B=47.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021091940.470.4400.24235.4342.9958.04
Hex666DC22F2C018eb2b3a
Octal14615530257540303535372
Binary110011011011011100001010111110110001100011101011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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