Shades of Slate Blue #6E60DF
Tints of Slate Blue #6E60DF
RGB
CMYK
RGB Variations
Color information
#6E60DF (or 0x6E60DF) is known color: Slate Blue. HEX triplet: 6E, 60 and DF. RGB value is (110,96,223). Sum of RGB (Red+Green+Blue) = 110+96+223=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 223 (87.5% from 255 or 51.98% from 429); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E60DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60DF is #919F20. Grayscale: #727272. Windows color (decimal): -9543457 or 14639214. OLE color: 14639214.
HSL color Cylindrical-coordinate representation of color #6E60DF: hue angle of 246.61º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E60DF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 96 | 223 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.13 |
| HSL | 246.61º | 0.66% | 0.63% | - |
| HSV(B) | 246.61º | 0.57% | 0.87% | - |
| XYZ | 23.93 | 17.01 | 71.83 | - |
| YUV | 114.66 | 189.14 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 223 | 0.51 | 0.57 | 0 | 0.13 | 246.61 | 0.66 | 0.63 |
| Hex | 6E | 60 | DF | 33 | 39 | 0 | D | F7 | 42 | 3F |
| Octal | 156 | 140 | 337 | 63 | 71 | 0 | 15 | 367 | 102 | 77 |
| Binary | 1101110 | 1100000 | 11011111 | 110011 | 111001 | 0 | 1101 | 11110111 | 1000010 | 111111 |
Color Harmonies of #6E60DF
Complementary color
Monochromatic Colors of #6E60DF
Black with #6E60DF
Text Example
Text Example
White with #6E60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60DF; }
p { color: rgb(110,96,223); }
H1.HeaderClassName
{
color: #6E60DF;
}
.AnyTagClassName
{
color: #6E60DF;
}
</style>
background-color css
<style>
a { background-color: #6E60DF; }
a { background-color: rgb(110,96,223); }
div.DivClassName
{
background-color: #6E60DF;
}
.BgClassName
{
background-color: #6E60DF;
}
</style>
border-color css
<style>
span { border-color: #6E60DF; }
span { border-color: rgb(110,96,223); }
td.TdClassName
{
border-color: #6E60DF;
}
.TagClassName
{
border-color: #6E60DF;
}
</style>