Shades of Medium Slate Blue #706BF6
Tints of Medium Slate Blue #706BF6
RGB
CMYK
RGB Variations
Color information
#706BF6 (or 0x706BF6) is known color: Medium Slate Blue. HEX triplet: 70, 6B and F6. RGB value is (112,107,246). Sum of RGB (Red+Green+Blue) = 112+107+246=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #706BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BF6 is #8F9409. Grayscale: #7B7B7B. Windows color (decimal): -9409546 or 16149360. OLE color: 16149360.
HSL color Cylindrical-coordinate representation of color #706BF6: hue angle of 242.16º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706BF6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 107 | 246 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.04 |
| HSL | 242.16º | 0.89% | 0.69% | - |
| HSV(B) | 242.16º | 0.57% | 0.96% | - |
| XYZ | 28.57 | 20.61 | 89.66 | - |
| YUV | 124.34 | 196.66 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 246 | 0.54 | 0.57 | 0 | 0.04 | 242.16 | 0.89 | 0.69 |
| Hex | 70 | 6B | F6 | 36 | 39 | 0 | 4 | F2 | 59 | 45 |
| Octal | 160 | 153 | 366 | 66 | 71 | 0 | 4 | 362 | 131 | 105 |
| Binary | 1110000 | 1101011 | 11110110 | 110110 | 111001 | 0 | 100 | 11110010 | 1011001 | 1000101 |
Color Harmonies of #706BF6
Complementary color
Monochromatic Colors of #706BF6
Black with #706BF6
Text Example
Text Example
White with #706BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BF6; }
p { color: rgb(112,107,246); }
H1.HeaderClassName
{
color: #706BF6;
}
.AnyTagClassName
{
color: #706BF6;
}
</style>
background-color css
<style>
a { background-color: #706BF6; }
a { background-color: rgb(112,107,246); }
div.DivClassName
{
background-color: #706BF6;
}
.BgClassName
{
background-color: #706BF6;
}
</style>
border-color css
<style>
span { border-color: #706BF6; }
span { border-color: rgb(112,107,246); }
td.TdClassName
{
border-color: #706BF6;
}
.TagClassName
{
border-color: #706BF6;
}
</style>