Shades of Medium Slate Blue #706AFC
Tints of Medium Slate Blue #706AFC
RGB
CMYK
RGB Variations
Color information
#706AFC (or 0x706AFC) is known color: Medium Slate Blue. HEX triplet: 70, 6A and FC. RGB value is (112,106,252). Sum of RGB (Red+Green+Blue) = 112+106+252=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #706AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AFC is #8F9503. Grayscale: #7B7B7B. Windows color (decimal): -9409796 or 16542320. OLE color: 16542320.
HSL color Cylindrical-coordinate representation of color #706AFC: hue angle of 242.47º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706AFC is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 106 | 252 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.01 |
| HSL | 242.47º | 0.96% | 0.7% | - |
| HSV(B) | 242.47º | 0.58% | 0.99% | - |
| XYZ | 29.41 | 20.78 | 94.56 | - |
| YUV | 124.44 | 199.99 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 252 | 0.56 | 0.58 | 0 | 0.01 | 242.47 | 0.96 | 0.7 |
| Hex | 70 | 6A | FC | 38 | 3A | 0 | 1 | F2 | 60 | 46 |
| Octal | 160 | 152 | 374 | 70 | 72 | 0 | 1 | 362 | 140 | 106 |
| Binary | 1110000 | 1101010 | 11111100 | 111000 | 111010 | 0 | 1 | 11110010 | 1100000 | 1000110 |
Color Harmonies of #706AFC
Complementary color
Monochromatic Colors of #706AFC
Black with #706AFC
Text Example
Text Example
White with #706AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AFC; }
p { color: rgb(112,106,252); }
H1.HeaderClassName
{
color: #706AFC;
}
.AnyTagClassName
{
color: #706AFC;
}
</style>
background-color css
<style>
a { background-color: #706AFC; }
a { background-color: rgb(112,106,252); }
div.DivClassName
{
background-color: #706AFC;
}
.BgClassName
{
background-color: #706AFC;
}
</style>
border-color css
<style>
span { border-color: #706AFC; }
span { border-color: rgb(112,106,252); }
td.TdClassName
{
border-color: #706AFC;
}
.TagClassName
{
border-color: #706AFC;
}
</style>