Shades of Slate Blue #6E5CD1
Tints of Slate Blue #6E5CD1
RGB
CMYK
RGB Variations
Color information
#6E5CD1 (or 0x6E5CD1) is known color: Slate Blue. HEX triplet: 6E, 5C and D1. RGB value is (110,92,209). Sum of RGB (Red+Green+Blue) = 110+92+209=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 209 (82.03% from 255 or 50.85% from 411); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E5CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5CD1 is #91A32E. Grayscale: #6E6E6E. Windows color (decimal): -9544495 or 13720686. OLE color: 13720686.
HSL color Cylindrical-coordinate representation of color #6E5CD1: hue angle of 249.23º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E5CD1 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 92 | 209 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.18 |
| HSL | 249.23º | 0.56% | 0.59% | - |
| HSV(B) | 249.23º | 0.56% | 0.82% | - |
| XYZ | 21.77 | 15.57 | 62.18 | - |
| YUV | 110.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 92 | 209 | 0.47 | 0.56 | 0 | 0.18 | 249.23 | 0.56 | 0.59 |
| Hex | 6E | 5C | D1 | 2F | 38 | 0 | 12 | F9 | 38 | 3B |
| Octal | 156 | 134 | 321 | 57 | 70 | 0 | 22 | 371 | 70 | 73 |
| Binary | 1101110 | 1011100 | 11010001 | 101111 | 111000 | 0 | 10010 | 11111001 | 111000 | 111011 |
Color Harmonies of #6E5CD1
Complementary color
Monochromatic Colors of #6E5CD1
Black with #6E5CD1
Text Example
Text Example
White with #6E5CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5CD1; }
p { color: rgb(110,92,209); }
H1.HeaderClassName
{
color: #6E5CD1;
}
.AnyTagClassName
{
color: #6E5CD1;
}
</style>
background-color css
<style>
a { background-color: #6E5CD1; }
a { background-color: rgb(110,92,209); }
div.DivClassName
{
background-color: #6E5CD1;
}
.BgClassName
{
background-color: #6E5CD1;
}
</style>
border-color css
<style>
span { border-color: #6E5CD1; }
span { border-color: rgb(110,92,209); }
td.TdClassName
{
border-color: #6E5CD1;
}
.TagClassName
{
border-color: #6E5CD1;
}
</style>