#6C66C6

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

Shades of Slate Blue #6C66C6

Tints of Slate Blue #6C66C6

Color information

#6C66C6 (or 0x6C66C6) is unknown color: approx Slate Blue. HEX triplet: 6C, 66 and C6. RGB value is (108,102,198). Sum of RGB (Red+Green+Blue) = 108+102+198=408 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.47% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C66C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66C6 is #939939. Grayscale: #727272. Windows color (decimal): -9673018 or 13002348. OLE color: 13002348.

HSL color Cylindrical-coordinate representation of color #6C66C6: hue angle of 243.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C66C6 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB108102198-
CMYK0.450.4800.22
HSL243.75º45.71%58.82%-
HSV(B)243.75º48.48%77.65%-
XYZ21.1316.7755.55-
YUV114.74174.99123.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.47%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 198 (77.73% from 255) = 48.53%
R=26.47%
G=25%
B=48.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1081021980.450.4800.22243.7545.7158.82
Hex6C66C62D30016f42e3b
Octal15414630655600263645673
Binary110110011001101100011010110111000001011011110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C66C6; }

 p { color: rgb(108,102,198); }

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

<style>
 a { background-color: #6C66C6; }

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

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

<style>
 span { border-color: #6C66C6; }

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

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