Shades of Slate Blue #6E62DD
Tints of Slate Blue #6E62DD
RGB
CMYK
RGB Variations
Color information
#6E62DD (or 0x6E62DD) is known color: Slate Blue. HEX triplet: 6E, 62 and DD. RGB value is (110,98,221). Sum of RGB (Red+Green+Blue) = 110+98+221=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E62DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62DD is #919D22. Grayscale: #737373. Windows color (decimal): -9542947 or 14508654. OLE color: 14508654.
HSL color Cylindrical-coordinate representation of color #6E62DD: hue angle of 245.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E62DD is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 98 | 221 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.13 |
| HSL | 245.85º | 0.64% | 0.63% | - |
| HSV(B) | 245.85º | 0.56% | 0.87% | - |
| XYZ | 23.85 | 17.27 | 70.48 | - |
| YUV | 115.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 221 | 0.50 | 0.56 | 0 | 0.13 | 245.85 | 0.64 | 0.63 |
| Hex | 6E | 62 | DD | 32 | 38 | 0 | D | F6 | 40 | 3F |
| Octal | 156 | 142 | 335 | 62 | 70 | 0 | 15 | 366 | 100 | 77 |
| Binary | 1101110 | 1100010 | 11011101 | 110010 | 111000 | 0 | 1101 | 11110110 | 1000000 | 111111 |
Color Harmonies of #6E62DD
Complementary color
Monochromatic Colors of #6E62DD
Black with #6E62DD
Text Example
Text Example
White with #6E62DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E62DD; }
p { color: rgb(110,98,221); }
H1.HeaderClassName
{
color: #6E62DD;
}
.AnyTagClassName
{
color: #6E62DD;
}
</style>
background-color css
<style>
a { background-color: #6E62DD; }
a { background-color: rgb(110,98,221); }
div.DivClassName
{
background-color: #6E62DD;
}
.BgClassName
{
background-color: #6E62DD;
}
</style>
border-color css
<style>
span { border-color: #6E62DD; }
span { border-color: rgb(110,98,221); }
td.TdClassName
{
border-color: #6E62DD;
}
.TagClassName
{
border-color: #6E62DD;
}
</style>