Shades of Medium Slate Blue #6071F0
Tints of Medium Slate Blue #6071F0
RGB
CMYK
RGB Variations
Color information
#6071F0 (or 0x6071F0) is known color: Medium Slate Blue. HEX triplet: 60, 71 and F0. RGB value is (96,113,240). Sum of RGB (Red+Green+Blue) = 96+113+240=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 240 (94.14% from 255 or 53.45% from 449); Max value from RGB is 240 - color contains mainly: blue. Hex color #6071F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6071F0 is #9F8E0F. Grayscale: #797979. Windows color (decimal): -10456592 or 15757664. OLE color: 15757664.
HSL color Cylindrical-coordinate representation of color #6071F0: hue angle of 232.92º degrees, saturation: 0.83, 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 #6071F0 is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 113 | 240 | - |
| CMYK | 0.6 | 0.53 | 0 | 0.06 |
| HSL | 232.92º | 0.83% | 0.66% | - |
| HSV(B) | 232.92º | 0.6% | 0.94% | - |
| XYZ | 26.46 | 20.59 | 85.02 | - |
| YUV | 122.4 | 194.37 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 240 | 0.6 | 0.53 | 0 | 0.06 | 232.92 | 0.83 | 0.66 |
| Hex | 60 | 71 | F0 | 3C | 35 | 0 | 6 | E9 | 53 | 42 |
| Octal | 140 | 161 | 360 | 74 | 65 | 0 | 6 | 351 | 123 | 102 |
| Binary | 1100000 | 1110001 | 11110000 | 111100 | 110101 | 0 | 110 | 11101001 | 1010011 | 1000010 |
Color Harmonies of #6071F0
Complementary color
Monochromatic Colors of #6071F0
Black with #6071F0
Text Example
Text Example
White with #6071F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6071F0; }
p { color: rgb(96,113,240); }
H1.HeaderClassName
{
color: #6071F0;
}
.AnyTagClassName
{
color: #6071F0;
}
</style>
background-color css
<style>
a { background-color: #6071F0; }
a { background-color: rgb(96,113,240); }
div.DivClassName
{
background-color: #6071F0;
}
.BgClassName
{
background-color: #6071F0;
}
</style>
border-color css
<style>
span { border-color: #6071F0; }
span { border-color: rgb(96,113,240); }
td.TdClassName
{
border-color: #6071F0;
}
.TagClassName
{
border-color: #6071F0;
}
</style>