Shades of Slate Blue #6E45CF
Tints of Slate Blue #6E45CF
RGB
CMYK
RGB Variations
Color information
#6E45CF (or 0x6E45CF) is known color: Slate Blue. HEX triplet: 6E, 45 and CF. RGB value is (110,69,207). Sum of RGB (Red+Green+Blue) = 110+69+207=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E45CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45CF is #91BA30. Grayscale: #606060. Windows color (decimal): -9550385 or 13583726. OLE color: 13583726.
HSL color Cylindrical-coordinate representation of color #6E45CF: hue angle of 257.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E45CF is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 69 | 207 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.19 |
| HSL | 257.83º | 0.59% | 0.54% | - |
| HSV(B) | 257.83º | 0.67% | 0.81% | - |
| XYZ | 19.82 | 12.08 | 60.32 | - |
| YUV | 96.99 | 190.08 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 207 | 0.47 | 0.67 | 0 | 0.19 | 257.83 | 0.59 | 0.54 |
| Hex | 6E | 45 | CF | 2F | 43 | 0 | 13 | 102 | 3B | 36 |
| Octal | 156 | 105 | 317 | 57 | 103 | 0 | 23 | 402 | 73 | 66 |
| Binary | 1101110 | 1000101 | 11001111 | 101111 | 1000011 | 0 | 10011 | 100000010 | 111011 | 110110 |
Color Harmonies of #6E45CF
Complementary color
Monochromatic Colors of #6E45CF
Black with #6E45CF
Text Example
Text Example
White with #6E45CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E45CF; }
p { color: rgb(110,69,207); }
H1.HeaderClassName
{
color: #6E45CF;
}
.AnyTagClassName
{
color: #6E45CF;
}
</style>
background-color css
<style>
a { background-color: #6E45CF; }
a { background-color: rgb(110,69,207); }
div.DivClassName
{
background-color: #6E45CF;
}
.BgClassName
{
background-color: #6E45CF;
}
</style>
border-color css
<style>
span { border-color: #6E45CF; }
span { border-color: rgb(110,69,207); }
td.TdClassName
{
border-color: #6E45CF;
}
.TagClassName
{
border-color: #6E45CF;
}
</style>