#6D66C8

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

Shades of Slate Blue #6D66C8

Tints of Slate Blue #6D66C8

Color information

#6D66C8 (or 0x6D66C8) is unknown color: approx Slate Blue. HEX triplet: 6D, 66 and C8. RGB value is (109,102,200). Sum of RGB (Red+Green+Blue) = 109+102+200=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #6D66C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66C8 is #929937. Grayscale: #727272. Windows color (decimal): -9607480 or 13133421. OLE color: 13133421.

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

Color convert

RGB109102200-
CMYK0.460.4900.22
HSL244.29º47.12%59.22%-
HSV(B)244.29º49%78.43%-
XYZ21.4816.9256.78-
YUV115.26175.82123.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.52%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 200 (78.52% from 255) = 48.66%
R=26.52%
G=24.82%
B=48.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1091022000.460.4900.22244.2947.1259.22
Hex6D66C82E31016f42f3b
Octal15514631056610263645773
Binary110110111001101100100010111011000101011011110100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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