#666EC2

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

Shades of Chetwode Blue #666EC2

Tints of Chetwode Blue #666EC2

Color information

#666EC2 (or 0x666EC2) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6E and C2. RGB value is (102,110,194). Sum of RGB (Red+Green+Blue) = 102+110+194=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #666EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EC2 is #99913D. Grayscale: #747474. Windows color (decimal): -10064190 or 12742246. OLE color: 12742246.

HSL color Cylindrical-coordinate representation of color #666EC2: hue angle of 234.78º 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 #666EC2 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB102110194-
CMYK0.470.4300.24
HSL234.78º42.99%58.04%-
HSV(B)234.78º47.42%76.08%-
XYZ20.7917.8753.39-
YUV117.18171.35117.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 194 (76.17% from 255) = 47.78%
R=25.12%
G=27.09%
B=47.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021101940.470.4300.24234.7842.9958.04
Hex666EC22F2B018eb2b3a
Octal14615630257530303535372
Binary110011011011101100001010111110101101100011101011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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