#666ACC

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

Shades of Slate Blue #666ACC

Tints of Slate Blue #666ACC

Color information

#666ACC (or 0x666ACC) is unknown color: approx Slate Blue. HEX triplet: 66, 6A and CC. RGB value is (102,106,204). Sum of RGB (Red+Green+Blue) = 102+106+204=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #666ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ACC is #999533. Grayscale: #737373. Windows color (decimal): -10065204 or 13396582. OLE color: 13396582.

HSL color Cylindrical-coordinate representation of color #666ACC: hue angle of 237.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666ACC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102106204-
CMYK0.50.4800.2
HSL237.65º50%60%-
HSV(B)237.65º50%80%-
XYZ21.5317.4959.37-
YUV115.98177.67118.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.76%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=24.76%
G=25.73%
B=49.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021062040.50.4800.2237.655060
Hex666ACC3230014ee323c
Octal14615231462600243566274
Binary110011011010101100110011001011000001010011101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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