Shades of Slate Blue #6E49CA
Tints of Slate Blue #6E49CA
RGB
CMYK
RGB Variations
Color information
#6E49CA (or 0x6E49CA) is known color: Slate Blue. HEX triplet: 6E, 49 and CA. RGB value is (110,73,202). Sum of RGB (Red+Green+Blue) = 110+73+202=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E49CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49CA is #91B635. Grayscale: #626262. Windows color (decimal): -9549366 or 13257070. OLE color: 13257070.
HSL color Cylindrical-coordinate representation of color #6E49CA: hue angle of 257.21º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E49CA is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 73 | 202 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.21 |
| HSL | 257.21º | 0.55% | 0.54% | - |
| HSV(B) | 257.21º | 0.64% | 0.79% | - |
| XYZ | 19.47 | 12.34 | 57.23 | - |
| YUV | 98.77 | 186.26 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 202 | 0.46 | 0.64 | 0 | 0.21 | 257.21 | 0.55 | 0.54 |
| Hex | 6E | 49 | CA | 2E | 40 | 0 | 15 | 101 | 37 | 36 |
| Octal | 156 | 111 | 312 | 56 | 100 | 0 | 25 | 401 | 67 | 66 |
| Binary | 1101110 | 1001001 | 11001010 | 101110 | 1000000 | 0 | 10101 | 100000001 | 110111 | 110110 |
Color Harmonies of #6E49CA
Complementary color
Monochromatic Colors of #6E49CA
Black with #6E49CA
Text Example
Text Example
White with #6E49CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E49CA; }
p { color: rgb(110,73,202); }
H1.HeaderClassName
{
color: #6E49CA;
}
.AnyTagClassName
{
color: #6E49CA;
}
</style>
background-color css
<style>
a { background-color: #6E49CA; }
a { background-color: rgb(110,73,202); }
div.DivClassName
{
background-color: #6E49CA;
}
.BgClassName
{
background-color: #6E49CA;
}
</style>
border-color css
<style>
span { border-color: #6E49CA; }
span { border-color: rgb(110,73,202); }
td.TdClassName
{
border-color: #6E49CA;
}
.TagClassName
{
border-color: #6E49CA;
}
</style>