Shades of Medium Slate Blue #706AF0
Tints of Medium Slate Blue #706AF0
RGB
CMYK
RGB Variations
Color information
#706AF0 (or 0x706AF0) is known color: Medium Slate Blue. HEX triplet: 70, 6A and F0. RGB value is (112,106,240). Sum of RGB (Red+Green+Blue) = 112+106+240=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #706AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AF0 is #8F950F. Grayscale: #7A7A7A. Windows color (decimal): -9409808 or 15755888. OLE color: 15755888.
HSL color Cylindrical-coordinate representation of color #706AF0: hue angle of 242.69º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706AF0 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 106 | 240 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.06 |
| HSL | 242.69º | 0.82% | 0.68% | - |
| HSV(B) | 242.69º | 0.56% | 0.94% | - |
| XYZ | 27.56 | 20.04 | 84.85 | - |
| YUV | 123.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 240 | 0.53 | 0.56 | 0 | 0.06 | 242.69 | 0.82 | 0.68 |
| Hex | 70 | 6A | F0 | 35 | 38 | 0 | 6 | F3 | 52 | 44 |
| Octal | 160 | 152 | 360 | 65 | 70 | 0 | 6 | 363 | 122 | 104 |
| Binary | 1110000 | 1101010 | 11110000 | 110101 | 111000 | 0 | 110 | 11110011 | 1010010 | 1000100 |
Color Harmonies of #706AF0
Complementary color
Monochromatic Colors of #706AF0
Black with #706AF0
Text Example
Text Example
White with #706AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AF0; }
p { color: rgb(112,106,240); }
H1.HeaderClassName
{
color: #706AF0;
}
.AnyTagClassName
{
color: #706AF0;
}
</style>
background-color css
<style>
a { background-color: #706AF0; }
a { background-color: rgb(112,106,240); }
div.DivClassName
{
background-color: #706AF0;
}
.BgClassName
{
background-color: #706AF0;
}
</style>
border-color css
<style>
span { border-color: #706AF0; }
span { border-color: rgb(112,106,240); }
td.TdClassName
{
border-color: #706AF0;
}
.TagClassName
{
border-color: #706AF0;
}
</style>