#6666CC

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

Shades of Slate Blue #6666CC

Tints of Slate Blue #6666CC

Color information

#6666CC (or 0x6666CC) is unknown color: approx Slate Blue. HEX triplet: 66, 66 and CC. RGB value is (102,102,204). Sum of RGB (Red+Green+Blue) = 102+102+204=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #6666CC is a web safe color. Inversed color of #6666CC is #999933. Grayscale: #717171. Windows color (decimal): -10066228 or 13395558. OLE color: 13395558.

HSL color Cylindrical-coordinate representation of color #6666CC: hue angle of 240º 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 #6666CC is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB102102204-
CMYK0.50.500.2
HSL240º50%60%-
HSV(B)240º50%80%-
XYZ21.1316.6959.23-
YUV113.63179119.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1021022040.50.500.22405060
Hex6666CC3232014f0323c
Octal14614631462620243606274
Binary110011011001101100110011001011001001010011110000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6666CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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