Shades of Medium Slate Blue #6970DD
Tints of Medium Slate Blue #6970DD
RGB
CMYK
RGB Variations
Color information
#6970DD (or 0x6970DD) is known color: Medium Slate Blue. HEX triplet: 69, 70 and DD. RGB value is (105,112,221). Sum of RGB (Red+Green+Blue) = 105+112+221=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6970DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970DD is #968F22. Grayscale: #797979. Windows color (decimal): -9867043 or 14512233. OLE color: 14512233.
HSL color Cylindrical-coordinate representation of color #6970DD: hue angle of 236.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6970DD is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 112 | 221 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.13 |
| HSL | 236.38º | 0.63% | 0.64% | - |
| HSV(B) | 236.38º | 0.52% | 0.87% | - |
| XYZ | 24.67 | 19.81 | 70.93 | - |
| YUV | 122.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 221 | 0.52 | 0.49 | 0 | 0.13 | 236.38 | 0.63 | 0.64 |
| Hex | 69 | 70 | DD | 34 | 31 | 0 | D | EC | 3F | 40 |
| Octal | 151 | 160 | 335 | 64 | 61 | 0 | 15 | 354 | 77 | 100 |
| Binary | 1101001 | 1110000 | 11011101 | 110100 | 110001 | 0 | 1101 | 11101100 | 111111 | 1000000 |
Color Harmonies of #6970DD
Complementary color
Monochromatic Colors of #6970DD
Black with #6970DD
Text Example
Text Example
White with #6970DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970DD; }
p { color: rgb(105,112,221); }
H1.HeaderClassName
{
color: #6970DD;
}
.AnyTagClassName
{
color: #6970DD;
}
</style>
background-color css
<style>
a { background-color: #6970DD; }
a { background-color: rgb(105,112,221); }
div.DivClassName
{
background-color: #6970DD;
}
.BgClassName
{
background-color: #6970DD;
}
</style>
border-color css
<style>
span { border-color: #6970DD; }
span { border-color: rgb(105,112,221); }
td.TdClassName
{
border-color: #6970DD;
}
.TagClassName
{
border-color: #6970DD;
}
</style>