Shades of Medium Slate Blue #6070EF
Tints of Medium Slate Blue #6070EF
RGB
CMYK
RGB Variations
Color information
#6070EF (or 0x6070EF) is known color: Medium Slate Blue. HEX triplet: 60, 70 and EF. RGB value is (96,112,239). Sum of RGB (Red+Green+Blue) = 96+112+239=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #6070EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6070EF is #9F8F10. Grayscale: #797979. Windows color (decimal): -10456849 or 15691872. OLE color: 15691872.
HSL color Cylindrical-coordinate representation of color #6070EF: hue angle of 233.29º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6070EF is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 112 | 239 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.06 |
| HSL | 233.29º | 0.82% | 0.66% | - |
| HSV(B) | 233.29º | 0.6% | 0.94% | - |
| XYZ | 26.2 | 20.31 | 84.2 | - |
| YUV | 121.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 239 | 0.60 | 0.53 | 0 | 0.06 | 233.29 | 0.82 | 0.66 |
| Hex | 60 | 70 | EF | 3C | 35 | 0 | 6 | E9 | 52 | 42 |
| Octal | 140 | 160 | 357 | 74 | 65 | 0 | 6 | 351 | 122 | 102 |
| Binary | 1100000 | 1110000 | 11101111 | 111100 | 110101 | 0 | 110 | 11101001 | 1010010 | 1000010 |
Color Harmonies of #6070EF
Complementary color
Monochromatic Colors of #6070EF
Black with #6070EF
Text Example
Text Example
White with #6070EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6070EF; }
p { color: rgb(96,112,239); }
H1.HeaderClassName
{
color: #6070EF;
}
.AnyTagClassName
{
color: #6070EF;
}
</style>
background-color css
<style>
a { background-color: #6070EF; }
a { background-color: rgb(96,112,239); }
div.DivClassName
{
background-color: #6070EF;
}
.BgClassName
{
background-color: #6070EF;
}
</style>
border-color css
<style>
span { border-color: #6070EF; }
span { border-color: rgb(96,112,239); }
td.TdClassName
{
border-color: #6070EF;
}
.TagClassName
{
border-color: #6070EF;
}
</style>