Shades of Medium Slate Blue #706DF6
Tints of Medium Slate Blue #706DF6
RGB
CMYK
RGB Variations
Color information
#706DF6 (or 0x706DF6) is known color: Medium Slate Blue. HEX triplet: 70, 6D and F6. RGB value is (112,109,246). Sum of RGB (Red+Green+Blue) = 112+109+246=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #706DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DF6 is #8F9209. Grayscale: #7C7C7C. Windows color (decimal): -9409034 or 16149872. OLE color: 16149872.
HSL color Cylindrical-coordinate representation of color #706DF6: hue angle of 241.31º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706DF6 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 109 | 246 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.04 |
| HSL | 241.31º | 0.88% | 0.7% | - |
| HSV(B) | 241.31º | 0.56% | 0.96% | - |
| XYZ | 28.79 | 21.04 | 89.73 | - |
| YUV | 125.52 | 195.99 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 246 | 0.54 | 0.56 | 0 | 0.04 | 241.31 | 0.88 | 0.7 |
| Hex | 70 | 6D | F6 | 36 | 38 | 0 | 4 | F1 | 58 | 46 |
| Octal | 160 | 155 | 366 | 66 | 70 | 0 | 4 | 361 | 130 | 106 |
| Binary | 1110000 | 1101101 | 11110110 | 110110 | 111000 | 0 | 100 | 11110001 | 1011000 | 1000110 |
Color Harmonies of #706DF6
Complementary color
Monochromatic Colors of #706DF6
Black with #706DF6
Text Example
Text Example
White with #706DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DF6; }
p { color: rgb(112,109,246); }
H1.HeaderClassName
{
color: #706DF6;
}
.AnyTagClassName
{
color: #706DF6;
}
</style>
background-color css
<style>
a { background-color: #706DF6; }
a { background-color: rgb(112,109,246); }
div.DivClassName
{
background-color: #706DF6;
}
.BgClassName
{
background-color: #706DF6;
}
</style>
border-color css
<style>
span { border-color: #706DF6; }
span { border-color: rgb(112,109,246); }
td.TdClassName
{
border-color: #706DF6;
}
.TagClassName
{
border-color: #706DF6;
}
</style>