Shades of Slate Blue #6E4ECA
Tints of Slate Blue #6E4ECA
RGB
CMYK
RGB Variations
Color information
#6E4ECA (or 0x6E4ECA) is known color: Slate Blue. HEX triplet: 6E, 4E and CA. RGB value is (110,78,202). Sum of RGB (Red+Green+Blue) = 110+78+202=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4ECA is #91B135. Grayscale: #656565. Windows color (decimal): -9548086 or 13258350. OLE color: 13258350.
HSL color Cylindrical-coordinate representation of color #6E4ECA: hue angle of 255.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E4ECA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 78 | 202 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.21 |
| HSL | 255.48º | 0.54% | 0.55% | - |
| HSV(B) | 255.48º | 0.61% | 0.79% | - |
| XYZ | 19.82 | 13.03 | 57.35 | - |
| YUV | 101.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 202 | 0.46 | 0.61 | 0 | 0.21 | 255.48 | 0.54 | 0.55 |
| Hex | 6E | 4E | CA | 2E | 3D | 0 | 15 | FF | 36 | 37 |
| Octal | 156 | 116 | 312 | 56 | 75 | 0 | 25 | 377 | 66 | 67 |
| Binary | 1101110 | 1001110 | 11001010 | 101110 | 111101 | 0 | 10101 | 11111111 | 110110 | 110111 |
Color Harmonies of #6E4ECA
Complementary color
Monochromatic Colors of #6E4ECA
Black with #6E4ECA
Text Example
Text Example
White with #6E4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4ECA; }
p { color: rgb(110,78,202); }
H1.HeaderClassName
{
color: #6E4ECA;
}
.AnyTagClassName
{
color: #6E4ECA;
}
</style>
background-color css
<style>
a { background-color: #6E4ECA; }
a { background-color: rgb(110,78,202); }
div.DivClassName
{
background-color: #6E4ECA;
}
.BgClassName
{
background-color: #6E4ECA;
}
</style>
border-color css
<style>
span { border-color: #6E4ECA; }
span { border-color: rgb(110,78,202); }
td.TdClassName
{
border-color: #6E4ECA;
}
.TagClassName
{
border-color: #6E4ECA;
}
</style>