Shades of Medium Slate Blue #6064EF
Tints of Medium Slate Blue #6064EF
RGB
CMYK
RGB Variations
Color information
#6064EF (or 0x6064EF) is known color: Medium Slate Blue. HEX triplet: 60, 64 and EF. RGB value is (96,100,239). Sum of RGB (Red+Green+Blue) = 96+100+239=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #6064EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064EF is #9F9B10. Grayscale: #727272. Windows color (decimal): -10459921 or 15688800. OLE color: 15688800.
HSL color Cylindrical-coordinate representation of color #6064EF: hue angle of 238.32º 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 #6064EF is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 100 | 239 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.06 |
| HSL | 238.32º | 0.82% | 0.66% | - |
| HSV(B) | 238.32º | 0.6% | 0.94% | - |
| XYZ | 24.96 | 17.83 | 83.79 | - |
| YUV | 114.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 239 | 0.60 | 0.58 | 0 | 0.06 | 238.32 | 0.82 | 0.66 |
| Hex | 60 | 64 | EF | 3C | 3A | 0 | 6 | EE | 52 | 42 |
| Octal | 140 | 144 | 357 | 74 | 72 | 0 | 6 | 356 | 122 | 102 |
| Binary | 1100000 | 1100100 | 11101111 | 111100 | 111010 | 0 | 110 | 11101110 | 1010010 | 1000010 |
Color Harmonies of #6064EF
Complementary color
Monochromatic Colors of #6064EF
Black with #6064EF
Text Example
Text Example
White with #6064EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064EF; }
p { color: rgb(96,100,239); }
H1.HeaderClassName
{
color: #6064EF;
}
.AnyTagClassName
{
color: #6064EF;
}
</style>
background-color css
<style>
a { background-color: #6064EF; }
a { background-color: rgb(96,100,239); }
div.DivClassName
{
background-color: #6064EF;
}
.BgClassName
{
background-color: #6064EF;
}
</style>
border-color css
<style>
span { border-color: #6064EF; }
span { border-color: rgb(96,100,239); }
td.TdClassName
{
border-color: #6064EF;
}
.TagClassName
{
border-color: #6064EF;
}
</style>