Shades of Medium Slate Blue #7060FF
Tints of Medium Slate Blue #7060FF
RGB
CMYK
RGB Variations
Color information
#7060FF (or 0x7060FF) is known color: Medium Slate Blue. HEX triplet: 70, 60 and FF. RGB value is (112,96,255). Sum of RGB (Red+Green+Blue) = 112+96+255=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #7060FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7060FF is #8F9F00. Grayscale: #767676. Windows color (decimal): -9412353 or 16736368. OLE color: 16736368.
HSL color Cylindrical-coordinate representation of color #7060FF: hue angle of 246.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7060FF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 96 | 255 | - |
| CMYK | 0.56 | 0.62 | 0 | 0 |
| HSL | 246.04º | 1% | 0.69% | - |
| HSV(B) | 246.04º | 0.62% | 1% | - |
| XYZ | 28.91 | 19.03 | 96.76 | - |
| YUV | 118.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 255 | 0.56 | 0.62 | 0 | 0 | 246.04 | 1 | 0.69 |
| Hex | 70 | 60 | FF | 38 | 3E | 0 | 0 | F6 | 64 | 45 |
| Octal | 160 | 140 | 377 | 70 | 76 | 0 | 0 | 366 | 144 | 105 |
| Binary | 1110000 | 1100000 | 11111111 | 111000 | 111110 | 0 | 0 | 11110110 | 1100100 | 1000101 |
Color Harmonies of #7060FF
Complementary color
Monochromatic Colors of #7060FF
Black with #7060FF
Text Example
Text Example
White with #7060FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060FF; }
p { color: rgb(112,96,255); }
H1.HeaderClassName
{
color: #7060FF;
}
.AnyTagClassName
{
color: #7060FF;
}
</style>
background-color css
<style>
a { background-color: #7060FF; }
a { background-color: rgb(112,96,255); }
div.DivClassName
{
background-color: #7060FF;
}
.BgClassName
{
background-color: #7060FF;
}
</style>
border-color css
<style>
span { border-color: #7060FF; }
span { border-color: rgb(112,96,255); }
td.TdClassName
{
border-color: #7060FF;
}
.TagClassName
{
border-color: #7060FF;
}
</style>