#6D66C6

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

Shades of Slate Blue #6D66C6

Tints of Slate Blue #6D66C6

Color information

#6D66C6 (or 0x6D66C6) is unknown color: approx Slate Blue. HEX triplet: 6D, 66 and C6. RGB value is (109,102,198). Sum of RGB (Red+Green+Blue) = 109+102+198=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 102 (40.23% from 255 or 24.94% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D66C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66C6 is #929939. Grayscale: #727272. Windows color (decimal): -9607482 or 13002349. OLE color: 13002349.

HSL color Cylindrical-coordinate representation of color #6D66C6: hue angle of 244.38º 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 #6D66C6 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB109102198-
CMYK0.450.4800.22
HSL244.38º45.71%58.82%-
HSV(B)244.38º48.48%77.65%-
XYZ21.2516.8355.55-
YUV115.04174.82123.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 102 (40.23% from 255) = 24.94%
BLUE value IS 198 (77.73% from 255) = 48.41%
R=26.65%
G=24.94%
B=48.41%

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
Decimal1091021980.450.4800.22244.3845.7158.82
Hex6D66C62D30016f42e3b
Octal15514630655600263645673
Binary110110111001101100011010110111000001011011110100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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