#6664CC

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

Shades of Slate Blue #6664CC

Tints of Slate Blue #6664CC

Color information

#6664CC (or 0x6664CC) is unknown color: approx Slate Blue. HEX triplet: 66, 64 and CC. RGB value is (102,100,204). Sum of RGB (Red+Green+Blue) = 102+100+204=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6664CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664CC is #999B33. Grayscale: #707070. Windows color (decimal): -10066740 or 13395046. OLE color: 13395046.

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

Color convert

RGB102100204-
CMYK0.50.5100.2
HSL241.15º50.49%59.61%-
HSV(B)241.15º50.98%80%-
XYZ20.9416.359.17-
YUV112.45179.66120.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=25.12%
G=24.63%
B=50.25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021002040.50.5100.2241.1550.4959.61
Hex6664CC3233014f1323c
Octal14614431462630243616274
Binary110011011001001100110011001011001101010011110001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6664CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6664CC; }

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

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

<style>
 a { background-color: #6664CC; }

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

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

<style>
 span { border-color: #6664CC; }

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

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