Shades of Medium Slate Blue #6070FF
Tints of Medium Slate Blue #6070FF
RGB
CMYK
RGB Variations
Color information
#6070FF (or 0x6070FF) is known color: Medium Slate Blue. HEX triplet: 60, 70 and FF. RGB value is (96,112,255). Sum of RGB (Red+Green+Blue) = 96+112+255=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 112 (44.14% from 255 or 24.19% 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 #6070FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070FF is #9F8F00. Grayscale: #7A7A7A. Windows color (decimal): -10456833 or 16740448. OLE color: 16740448.
HSL color Cylindrical-coordinate representation of color #6070FF: hue angle of 233.96º 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 #6070FF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 112 | 255 | - |
| CMYK | 0.62 | 0.56 | 0 | 0 |
| HSL | 233.96º | 1% | 0.69% | - |
| HSV(B) | 233.96º | 0.62% | 1% | - |
| XYZ | 28.67 | 21.3 | 97.21 | - |
| YUV | 123.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 255 | 0.62 | 0.56 | 0 | 0 | 233.96 | 1 | 0.69 |
| Hex | 60 | 70 | FF | 3E | 38 | 0 | 0 | EA | 64 | 45 |
| Octal | 140 | 160 | 377 | 76 | 70 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1100000 | 1110000 | 11111111 | 111110 | 111000 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #6070FF
Complementary color
Monochromatic Colors of #6070FF
Black with #6070FF
Text Example
Text Example
White with #6070FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6070FF; }
p { color: rgb(96,112,255); }
H1.HeaderClassName
{
color: #6070FF;
}
.AnyTagClassName
{
color: #6070FF;
}
</style>
background-color css
<style>
a { background-color: #6070FF; }
a { background-color: rgb(96,112,255); }
div.DivClassName
{
background-color: #6070FF;
}
.BgClassName
{
background-color: #6070FF;
}
</style>
border-color css
<style>
span { border-color: #6070FF; }
span { border-color: rgb(96,112,255); }
td.TdClassName
{
border-color: #6070FF;
}
.TagClassName
{
border-color: #6070FF;
}
</style>