Shades of Slate Blue #6E60DC
Tints of Slate Blue #6E60DC
RGB
CMYK
RGB Variations
Color information
#6E60DC (or 0x6E60DC) is known color: Slate Blue. HEX triplet: 6E, 60 and DC. RGB value is (110,96,220). Sum of RGB (Red+Green+Blue) = 110+96+220=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E60DC is #919F23. Grayscale: #717171. Windows color (decimal): -9543460 or 14442606. OLE color: 14442606.
HSL color Cylindrical-coordinate representation of color #6E60DC: hue angle of 246.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E60DC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 96 | 220 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.14 |
| HSL | 246.77º | 0.64% | 0.62% | - |
| HSV(B) | 246.77º | 0.56% | 0.86% | - |
| XYZ | 23.53 | 16.85 | 69.72 | - |
| YUV | 114.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 96 | 220 | 0.50 | 0.56 | 0 | 0.14 | 246.77 | 0.64 | 0.62 |
| Hex | 6E | 60 | DC | 32 | 38 | 0 | E | F7 | 40 | 3E |
| Octal | 156 | 140 | 334 | 62 | 70 | 0 | 16 | 367 | 100 | 76 |
| Binary | 1101110 | 1100000 | 11011100 | 110010 | 111000 | 0 | 1110 | 11110111 | 1000000 | 111110 |
Color Harmonies of #6E60DC
Complementary color
Monochromatic Colors of #6E60DC
Black with #6E60DC
Text Example
Text Example
White with #6E60DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E60DC; }
p { color: rgb(110,96,220); }
H1.HeaderClassName
{
color: #6E60DC;
}
.AnyTagClassName
{
color: #6E60DC;
}
</style>
background-color css
<style>
a { background-color: #6E60DC; }
a { background-color: rgb(110,96,220); }
div.DivClassName
{
background-color: #6E60DC;
}
.BgClassName
{
background-color: #6E60DC;
}
</style>
border-color css
<style>
span { border-color: #6E60DC; }
span { border-color: rgb(110,96,220); }
td.TdClassName
{
border-color: #6E60DC;
}
.TagClassName
{
border-color: #6E60DC;
}
</style>