Shades of Slate Blue #6E4ACA
Tints of Slate Blue #6E4ACA
RGB
CMYK
RGB Variations
Color information
#6E4ACA (or 0x6E4ACA) is known color: Slate Blue. HEX triplet: 6E, 4A and CA. RGB value is (110,74,202). Sum of RGB (Red+Green+Blue) = 110+74+202=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E4ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4ACA is #91B535. Grayscale: #626262. Windows color (decimal): -9549110 or 13257326. OLE color: 13257326.
HSL color Cylindrical-coordinate representation of color #6E4ACA: hue angle of 256.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E4ACA is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 74 | 202 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.21 |
| HSL | 256.88º | 0.55% | 0.54% | - |
| HSV(B) | 256.88º | 0.63% | 0.79% | - |
| XYZ | 19.54 | 12.48 | 57.26 | - |
| YUV | 99.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 202 | 0.46 | 0.63 | 0 | 0.21 | 256.88 | 0.55 | 0.54 |
| Hex | 6E | 4A | CA | 2E | 3F | 0 | 15 | 101 | 37 | 36 |
| Octal | 156 | 112 | 312 | 56 | 77 | 0 | 25 | 401 | 67 | 66 |
| Binary | 1101110 | 1001010 | 11001010 | 101110 | 111111 | 0 | 10101 | 100000001 | 110111 | 110110 |
Color Harmonies of #6E4ACA
Complementary color
Monochromatic Colors of #6E4ACA
Black with #6E4ACA
Text Example
Text Example
White with #6E4ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4ACA; }
p { color: rgb(110,74,202); }
H1.HeaderClassName
{
color: #6E4ACA;
}
.AnyTagClassName
{
color: #6E4ACA;
}
</style>
background-color css
<style>
a { background-color: #6E4ACA; }
a { background-color: rgb(110,74,202); }
div.DivClassName
{
background-color: #6E4ACA;
}
.BgClassName
{
background-color: #6E4ACA;
}
</style>
border-color css
<style>
span { border-color: #6E4ACA; }
span { border-color: rgb(110,74,202); }
td.TdClassName
{
border-color: #6E4ACA;
}
.TagClassName
{
border-color: #6E4ACA;
}
</style>