#666AC4

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

Shades of Chetwode Blue #666AC4

Tints of Chetwode Blue #666AC4

Color information

#666AC4 (or 0x666AC4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 6A and C4. RGB value is (102,106,196). Sum of RGB (Red+Green+Blue) = 102+106+196=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #666AC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AC4 is #99953B. Grayscale: #727272. Windows color (decimal): -10065212 or 12872294. OLE color: 12872294.

HSL color Cylindrical-coordinate representation of color #666AC4: hue angle of 237.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666AC4 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB102106196-
CMYK0.480.4600.23
HSL237.45º44.34%58.43%-
HSV(B)237.45º47.96%76.86%-
XYZ20.617.1254.44-
YUV115.06173.67118.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 196 (76.95% from 255) = 48.51%
R=25.25%
G=26.24%
B=48.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1021061960.480.4600.23237.4544.3458.43
Hex666AC4302E017ed2c3a
Octal14615230460560273555472
Binary110011011010101100010011000010111001011111101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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