Shades of Slate Blue #6E6CD8
Tints of Slate Blue #6E6CD8
RGB
CMYK
RGB Variations
Color information
#6E6CD8 (or 0x6E6CD8) is known color: Slate Blue. HEX triplet: 6E, 6C and D8. RGB value is (110,108,216). Sum of RGB (Red+Green+Blue) = 110+108+216=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E6CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CD8 is #919327. Grayscale: #787878. Windows color (decimal): -9540392 or 14183534. OLE color: 14183534.
HSL color Cylindrical-coordinate representation of color #6E6CD8: hue angle of 241.11º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E6CD8 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 108 | 216 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.15 |
| HSL | 241.11º | 0.58% | 0.64% | - |
| HSV(B) | 241.11º | 0.5% | 0.85% | - |
| XYZ | 24.19 | 19 | 67.36 | - |
| YUV | 120.91 | 181.66 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 216 | 0.49 | 0.50 | 0 | 0.15 | 241.11 | 0.58 | 0.64 |
| Hex | 6E | 6C | D8 | 31 | 32 | 0 | F | F1 | 3A | 40 |
| Octal | 156 | 154 | 330 | 61 | 62 | 0 | 17 | 361 | 72 | 100 |
| Binary | 1101110 | 1101100 | 11011000 | 110001 | 110010 | 0 | 1111 | 11110001 | 111010 | 1000000 |
Color Harmonies of #6E6CD8
Complementary color
Monochromatic Colors of #6E6CD8
Black with #6E6CD8
Text Example
Text Example
White with #6E6CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CD8; }
p { color: rgb(110,108,216); }
H1.HeaderClassName
{
color: #6E6CD8;
}
.AnyTagClassName
{
color: #6E6CD8;
}
</style>
background-color css
<style>
a { background-color: #6E6CD8; }
a { background-color: rgb(110,108,216); }
div.DivClassName
{
background-color: #6E6CD8;
}
.BgClassName
{
background-color: #6E6CD8;
}
</style>
border-color css
<style>
span { border-color: #6E6CD8; }
span { border-color: rgb(110,108,216); }
td.TdClassName
{
border-color: #6E6CD8;
}
.TagClassName
{
border-color: #6E6CD8;
}
</style>