Shades of Slate Blue #6E4DCA
Tints of Slate Blue #6E4DCA
RGB
CMYK
RGB Variations
Color information
#6E4DCA (or 0x6E4DCA) is known color: Slate Blue. HEX triplet: 6E, 4D and CA. RGB value is (110,77,202). Sum of RGB (Red+Green+Blue) = 110+77+202=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DCA is #91B235. Grayscale: #646464. Windows color (decimal): -9548342 or 13258094. OLE color: 13258094.
HSL color Cylindrical-coordinate representation of color #6E4DCA: hue angle of 255.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E4DCA is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 77 | 202 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.21 |
| HSL | 255.84º | 0.54% | 0.55% | - |
| HSV(B) | 255.84º | 0.62% | 0.79% | - |
| XYZ | 19.74 | 12.89 | 57.32 | - |
| YUV | 101.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 202 | 0.46 | 0.62 | 0 | 0.21 | 255.84 | 0.54 | 0.55 |
| Hex | 6E | 4D | CA | 2E | 3E | 0 | 15 | 100 | 36 | 37 |
| Octal | 156 | 115 | 312 | 56 | 76 | 0 | 25 | 400 | 66 | 67 |
| Binary | 1101110 | 1001101 | 11001010 | 101110 | 111110 | 0 | 10101 | 100000000 | 110110 | 110111 |
Color Harmonies of #6E4DCA
Complementary color
Monochromatic Colors of #6E4DCA
Black with #6E4DCA
Text Example
Text Example
White with #6E4DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DCA; }
p { color: rgb(110,77,202); }
H1.HeaderClassName
{
color: #6E4DCA;
}
.AnyTagClassName
{
color: #6E4DCA;
}
</style>
background-color css
<style>
a { background-color: #6E4DCA; }
a { background-color: rgb(110,77,202); }
div.DivClassName
{
background-color: #6E4DCA;
}
.BgClassName
{
background-color: #6E4DCA;
}
</style>
border-color css
<style>
span { border-color: #6E4DCA; }
span { border-color: rgb(110,77,202); }
td.TdClassName
{
border-color: #6E4DCA;
}
.TagClassName
{
border-color: #6E4DCA;
}
</style>