Shades of Medium Slate Blue #6E70DD
Tints of Medium Slate Blue #6E70DD
RGB
CMYK
RGB Variations
Color information
#6E70DD (or 0x6E70DD) is known color: Medium Slate Blue. HEX triplet: 6E, 70 and DD. RGB value is (110,112,221). Sum of RGB (Red+Green+Blue) = 110+112+221=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E70DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E70DD is #918F22. Grayscale: #7B7B7B. Windows color (decimal): -9539363 or 14512238. OLE color: 14512238.
HSL color Cylindrical-coordinate representation of color #6E70DD: hue angle of 238.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E70DD is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 112 | 221 | - |
| CMYK | 0.50 | 0.49 | 0 | 0.13 |
| HSL | 238.92º | 0.62% | 0.65% | - |
| HSV(B) | 238.92º | 0.5% | 0.87% | - |
| XYZ | 25.28 | 20.12 | 70.96 | - |
| YUV | 123.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 221 | 0.50 | 0.49 | 0 | 0.13 | 238.92 | 0.62 | 0.65 |
| Hex | 6E | 70 | DD | 32 | 31 | 0 | D | EF | 3E | 41 |
| Octal | 156 | 160 | 335 | 62 | 61 | 0 | 15 | 357 | 76 | 101 |
| Binary | 1101110 | 1110000 | 11011101 | 110010 | 110001 | 0 | 1101 | 11101111 | 111110 | 1000001 |
Color Harmonies of #6E70DD
Complementary color
Monochromatic Colors of #6E70DD
Black with #6E70DD
Text Example
Text Example
White with #6E70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E70DD; }
p { color: rgb(110,112,221); }
H1.HeaderClassName
{
color: #6E70DD;
}
.AnyTagClassName
{
color: #6E70DD;
}
</style>
background-color css
<style>
a { background-color: #6E70DD; }
a { background-color: rgb(110,112,221); }
div.DivClassName
{
background-color: #6E70DD;
}
.BgClassName
{
background-color: #6E70DD;
}
</style>
border-color css
<style>
span { border-color: #6E70DD; }
span { border-color: rgb(110,112,221); }
td.TdClassName
{
border-color: #6E70DD;
}
.TagClassName
{
border-color: #6E70DD;
}
</style>