Shades of Medium Slate Blue #706AFF
Tints of Medium Slate Blue #706AFF
RGB
CMYK
RGB Variations
Color information
#706AFF (or 0x706AFF) is known color: Medium Slate Blue. HEX triplet: 70, 6A and FF. RGB value is (112,106,255). Sum of RGB (Red+Green+Blue) = 112+106+255=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #706AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AFF is #8F9500. Grayscale: #7C7C7C. Windows color (decimal): -9409793 or 16738928. OLE color: 16738928.
HSL color Cylindrical-coordinate representation of color #706AFF: hue angle of 242.42º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #706AFF is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 106 | 255 | - |
| CMYK | 0.56 | 0.58 | 0 | 0 |
| HSL | 242.42º | 1% | 0.71% | - |
| HSV(B) | 242.42º | 0.58% | 1% | - |
| XYZ | 29.89 | 20.97 | 97.08 | - |
| YUV | 124.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 255 | 0.56 | 0.58 | 0 | 0 | 242.42 | 1 | 0.71 |
| Hex | 70 | 6A | FF | 38 | 3A | 0 | 0 | F2 | 64 | 47 |
| Octal | 160 | 152 | 377 | 70 | 72 | 0 | 0 | 362 | 144 | 107 |
| Binary | 1110000 | 1101010 | 11111111 | 111000 | 111010 | 0 | 0 | 11110010 | 1100100 | 1000111 |
Color Harmonies of #706AFF
Complementary color
Monochromatic Colors of #706AFF
Black with #706AFF
Text Example
Text Example
White with #706AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AFF; }
p { color: rgb(112,106,255); }
H1.HeaderClassName
{
color: #706AFF;
}
.AnyTagClassName
{
color: #706AFF;
}
</style>
background-color css
<style>
a { background-color: #706AFF; }
a { background-color: rgb(112,106,255); }
div.DivClassName
{
background-color: #706AFF;
}
.BgClassName
{
background-color: #706AFF;
}
</style>
border-color css
<style>
span { border-color: #706AFF; }
span { border-color: rgb(112,106,255); }
td.TdClassName
{
border-color: #706AFF;
}
.TagClassName
{
border-color: #706AFF;
}
</style>