Shades of Slate Blue #6D66CE
Tints of Slate Blue #6D66CE
RGB
CMYK
RGB Variations
Color information
#6D66CE (or 0x6D66CE) is known color: Slate Blue. HEX triplet: 6D, 66 and CE. RGB value is (109,102,206). Sum of RGB (Red+Green+Blue) = 109+102+206=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D66CE is #929931. Grayscale: #737373. Windows color (decimal): -9607474 or 13526637. OLE color: 13526637.
HSL color Cylindrical-coordinate representation of color #6D66CE: hue angle of 244.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D66CE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 102 | 206 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.19 |
| HSL | 244.04º | 0.51% | 0.6% | - |
| HSV(B) | 244.04º | 0.5% | 0.81% | - |
| XYZ | 22.2 | 17.21 | 60.54 | - |
| YUV | 115.95 | 178.82 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 206 | 0.47 | 0.50 | 0 | 0.19 | 244.04 | 0.51 | 0.6 |
| Hex | 6D | 66 | CE | 2F | 32 | 0 | 13 | F4 | 33 | 3C |
| Octal | 155 | 146 | 316 | 57 | 62 | 0 | 23 | 364 | 63 | 74 |
| Binary | 1101101 | 1100110 | 11001110 | 101111 | 110010 | 0 | 10011 | 11110100 | 110011 | 111100 |
Color Harmonies of #6D66CE
Complementary color
Monochromatic Colors of #6D66CE
Black with #6D66CE
Text Example
Text Example
White with #6D66CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D66CE; }
p { color: rgb(109,102,206); }
H1.HeaderClassName
{
color: #6D66CE;
}
.AnyTagClassName
{
color: #6D66CE;
}
</style>
background-color css
<style>
a { background-color: #6D66CE; }
a { background-color: rgb(109,102,206); }
div.DivClassName
{
background-color: #6D66CE;
}
.BgClassName
{
background-color: #6D66CE;
}
</style>
border-color css
<style>
span { border-color: #6D66CE; }
span { border-color: rgb(109,102,206); }
td.TdClassName
{
border-color: #6D66CE;
}
.TagClassName
{
border-color: #6D66CE;
}
</style>