#666AC2

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

Shades of Chetwode Blue #666AC2

Tints of Chetwode Blue #666AC2

Color information

#666AC2 (or 0x666AC2) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6A and C2. RGB value is (102,106,194). Sum of RGB (Red+Green+Blue) = 102+106+194=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #666AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AC2 is #99953D. Grayscale: #727272. Windows color (decimal): -10065214 or 12741222. OLE color: 12741222.

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

Color convert

RGB102106194-
CMYK0.470.4500.24
HSL237.39º42.99%58.04%-
HSV(B)237.39º47.42%76.08%-
XYZ20.3717.0353.25-
YUV114.84172.67118.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.37%
GREEN value IS 106 (41.80% from 255) = 26.37%
BLUE value IS 194 (76.17% from 255) = 48.26%
R=25.37%
G=26.37%
B=48.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1021061940.470.4500.24237.3942.9958.04
Hex666AC22F2D018ed2b3a
Octal14615230257550303555372
Binary110011011010101100001010111110110101100011101101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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