Shades of Slate Blue #6E59CA
Tints of Slate Blue #6E59CA
RGB
CMYK
RGB Variations
Color information
#6E59CA (or 0x6E59CA) is known color: Slate Blue. HEX triplet: 6E, 59 and CA. RGB value is (110,89,202). Sum of RGB (Red+Green+Blue) = 110+89+202=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E59CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59CA is #91A635. Grayscale: #6B6B6B. Windows color (decimal): -9545270 or 13261166. OLE color: 13261166.
HSL color Cylindrical-coordinate representation of color #6E59CA: hue angle of 251.15º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E59CA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 89 | 202 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.21 |
| HSL | 251.15º | 0.52% | 0.57% | - |
| HSV(B) | 251.15º | 0.56% | 0.79% | - |
| XYZ | 20.66 | 14.72 | 57.63 | - |
| YUV | 108.16 | 180.96 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 202 | 0.46 | 0.56 | 0 | 0.21 | 251.15 | 0.52 | 0.57 |
| Hex | 6E | 59 | CA | 2E | 38 | 0 | 15 | FB | 34 | 39 |
| Octal | 156 | 131 | 312 | 56 | 70 | 0 | 25 | 373 | 64 | 71 |
| Binary | 1101110 | 1011001 | 11001010 | 101110 | 111000 | 0 | 10101 | 11111011 | 110100 | 111001 |
Color Harmonies of #6E59CA
Complementary color
Monochromatic Colors of #6E59CA
Black with #6E59CA
Text Example
Text Example
White with #6E59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E59CA; }
p { color: rgb(110,89,202); }
H1.HeaderClassName
{
color: #6E59CA;
}
.AnyTagClassName
{
color: #6E59CA;
}
</style>
background-color css
<style>
a { background-color: #6E59CA; }
a { background-color: rgb(110,89,202); }
div.DivClassName
{
background-color: #6E59CA;
}
.BgClassName
{
background-color: #6E59CA;
}
</style>
border-color css
<style>
span { border-color: #6E59CA; }
span { border-color: rgb(110,89,202); }
td.TdClassName
{
border-color: #6E59CA;
}
.TagClassName
{
border-color: #6E59CA;
}
</style>