Shades of Medium Slate Blue #706BF3
Tints of Medium Slate Blue #706BF3
RGB
CMYK
RGB Variations
Color information
#706BF3 (or 0x706BF3) is known color: Medium Slate Blue. HEX triplet: 70, 6B and F3. RGB value is (112,107,243). Sum of RGB (Red+Green+Blue) = 112+107+243=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #706BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BF3 is #8F940C. Grayscale: #7B7B7B. Windows color (decimal): -9409549 or 15952752. OLE color: 15952752.
HSL color Cylindrical-coordinate representation of color #706BF3: hue angle of 242.21º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706BF3 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 107 | 243 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.05 |
| HSL | 242.21º | 0.85% | 0.69% | - |
| HSV(B) | 242.21º | 0.56% | 0.95% | - |
| XYZ | 28.12 | 20.43 | 87.26 | - |
| YUV | 124 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 243 | 0.54 | 0.56 | 0 | 0.05 | 242.21 | 0.85 | 0.69 |
| Hex | 70 | 6B | F3 | 36 | 38 | 0 | 5 | F2 | 55 | 45 |
| Octal | 160 | 153 | 363 | 66 | 70 | 0 | 5 | 362 | 125 | 105 |
| Binary | 1110000 | 1101011 | 11110011 | 110110 | 111000 | 0 | 101 | 11110010 | 1010101 | 1000101 |
Color Harmonies of #706BF3
Complementary color
Monochromatic Colors of #706BF3
Black with #706BF3
Text Example
Text Example
White with #706BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BF3; }
p { color: rgb(112,107,243); }
H1.HeaderClassName
{
color: #706BF3;
}
.AnyTagClassName
{
color: #706BF3;
}
</style>
background-color css
<style>
a { background-color: #706BF3; }
a { background-color: rgb(112,107,243); }
div.DivClassName
{
background-color: #706BF3;
}
.BgClassName
{
background-color: #706BF3;
}
</style>
border-color css
<style>
span { border-color: #706BF3; }
span { border-color: rgb(112,107,243); }
td.TdClassName
{
border-color: #706BF3;
}
.TagClassName
{
border-color: #706BF3;
}
</style>