Shades of Medium Slate Blue #6062EF
Tints of Medium Slate Blue #6062EF
RGB
CMYK
RGB Variations
Color information
#6062EF (or 0x6062EF) is known color: Medium Slate Blue. HEX triplet: 60, 62 and EF. RGB value is (96,98,239). Sum of RGB (Red+Green+Blue) = 96+98+239=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #6062EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6062EF is #9F9D10. Grayscale: #707070. Windows color (decimal): -10460433 or 15688288. OLE color: 15688288.
HSL color Cylindrical-coordinate representation of color #6062EF: hue angle of 239.16º 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 #6062EF is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 98 | 239 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.06 |
| HSL | 239.16º | 0.82% | 0.66% | - |
| HSV(B) | 239.16º | 0.6% | 0.94% | - |
| XYZ | 24.77 | 17.45 | 83.72 | - |
| YUV | 113.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 239 | 0.60 | 0.59 | 0 | 0.06 | 239.16 | 0.82 | 0.66 |
| Hex | 60 | 62 | EF | 3C | 3B | 0 | 6 | EF | 52 | 42 |
| Octal | 140 | 142 | 357 | 74 | 73 | 0 | 6 | 357 | 122 | 102 |
| Binary | 1100000 | 1100010 | 11101111 | 111100 | 111011 | 0 | 110 | 11101111 | 1010010 | 1000010 |
Color Harmonies of #6062EF
Complementary color
Monochromatic Colors of #6062EF
Black with #6062EF
Text Example
Text Example
White with #6062EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6062EF; }
p { color: rgb(96,98,239); }
H1.HeaderClassName
{
color: #6062EF;
}
.AnyTagClassName
{
color: #6062EF;
}
</style>
background-color css
<style>
a { background-color: #6062EF; }
a { background-color: rgb(96,98,239); }
div.DivClassName
{
background-color: #6062EF;
}
.BgClassName
{
background-color: #6062EF;
}
</style>
border-color css
<style>
span { border-color: #6062EF; }
span { border-color: rgb(96,98,239); }
td.TdClassName
{
border-color: #6062EF;
}
.TagClassName
{
border-color: #6062EF;
}
</style>