Shades of Slate Blue #6E4ECF
Tints of Slate Blue #6E4ECF
RGB
CMYK
RGB Variations
Color information
#6E4ECF (or 0x6E4ECF) is known color: Slate Blue. HEX triplet: 6E, 4E and CF. RGB value is (110,78,207). Sum of RGB (Red+Green+Blue) = 110+78+207=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4ECF is #91B130. Grayscale: #656565. Windows color (decimal): -9548081 or 13586030. OLE color: 13586030.
HSL color Cylindrical-coordinate representation of color #6E4ECF: hue angle of 254.88º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E4ECF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 78 | 207 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.19 |
| HSL | 254.88º | 0.57% | 0.56% | - |
| HSV(B) | 254.88º | 0.62% | 0.81% | - |
| XYZ | 20.42 | 13.27 | 60.52 | - |
| YUV | 102.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 207 | 0.47 | 0.62 | 0 | 0.19 | 254.88 | 0.57 | 0.56 |
| Hex | 6E | 4E | CF | 2F | 3E | 0 | 13 | FF | 39 | 38 |
| Octal | 156 | 116 | 317 | 57 | 76 | 0 | 23 | 377 | 71 | 70 |
| Binary | 1101110 | 1001110 | 11001111 | 101111 | 111110 | 0 | 10011 | 11111111 | 111001 | 111000 |
Color Harmonies of #6E4ECF
Complementary color
Monochromatic Colors of #6E4ECF
Black with #6E4ECF
Text Example
Text Example
White with #6E4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4ECF; }
p { color: rgb(110,78,207); }
H1.HeaderClassName
{
color: #6E4ECF;
}
.AnyTagClassName
{
color: #6E4ECF;
}
</style>
background-color css
<style>
a { background-color: #6E4ECF; }
a { background-color: rgb(110,78,207); }
div.DivClassName
{
background-color: #6E4ECF;
}
.BgClassName
{
background-color: #6E4ECF;
}
</style>
border-color css
<style>
span { border-color: #6E4ECF; }
span { border-color: rgb(110,78,207); }
td.TdClassName
{
border-color: #6E4ECF;
}
.TagClassName
{
border-color: #6E4ECF;
}
</style>