Shades of Slate Blue #6E5ECF
Tints of Slate Blue #6E5ECF
RGB
CMYK
RGB Variations
Color information
#6E5ECF (or 0x6E5ECF) is known color: Slate Blue. HEX triplet: 6E, 5E and CF. RGB value is (110,94,207). Sum of RGB (Red+Green+Blue) = 110+94+207=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ECF is #91A130. Grayscale: #6F6F6F. Windows color (decimal): -9543985 or 13590126. OLE color: 13590126.
HSL color Cylindrical-coordinate representation of color #6E5ECF: hue angle of 248.5º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E5ECF is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 94 | 207 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.19 |
| HSL | 248.5º | 0.54% | 0.59% | - |
| HSV(B) | 248.5º | 0.55% | 0.81% | - |
| XYZ | 21.7 | 15.83 | 60.94 | - |
| YUV | 111.67 | 181.8 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 207 | 0.47 | 0.55 | 0 | 0.19 | 248.5 | 0.54 | 0.59 |
| Hex | 6E | 5E | CF | 2F | 37 | 0 | 13 | F8 | 36 | 3B |
| Octal | 156 | 136 | 317 | 57 | 67 | 0 | 23 | 370 | 66 | 73 |
| Binary | 1101110 | 1011110 | 11001111 | 101111 | 110111 | 0 | 10011 | 11111000 | 110110 | 111011 |
Color Harmonies of #6E5ECF
Complementary color
Monochromatic Colors of #6E5ECF
Black with #6E5ECF
Text Example
Text Example
White with #6E5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5ECF; }
p { color: rgb(110,94,207); }
H1.HeaderClassName
{
color: #6E5ECF;
}
.AnyTagClassName
{
color: #6E5ECF;
}
</style>
background-color css
<style>
a { background-color: #6E5ECF; }
a { background-color: rgb(110,94,207); }
div.DivClassName
{
background-color: #6E5ECF;
}
.BgClassName
{
background-color: #6E5ECF;
}
</style>
border-color css
<style>
span { border-color: #6E5ECF; }
span { border-color: rgb(110,94,207); }
td.TdClassName
{
border-color: #6E5ECF;
}
.TagClassName
{
border-color: #6E5ECF;
}
</style>