Shades of Medium Slate Blue #6064EC
Tints of Medium Slate Blue #6064EC
RGB
CMYK
RGB Variations
Color information
#6064EC (or 0x6064EC) is known color: Medium Slate Blue. HEX triplet: 60, 64 and EC. RGB value is (96,100,236). Sum of RGB (Red+Green+Blue) = 96+100+236=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #6064EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064EC is #9F9B13. Grayscale: #717171. Windows color (decimal): -10459924 or 15492192. OLE color: 15492192.
HSL color Cylindrical-coordinate representation of color #6064EC: hue angle of 238.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6064EC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 100 | 236 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.07 |
| HSL | 238.29º | 0.79% | 0.65% | - |
| HSV(B) | 238.29º | 0.59% | 0.93% | - |
| XYZ | 24.52 | 17.66 | 81.47 | - |
| YUV | 114.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 236 | 0.59 | 0.58 | 0 | 0.07 | 238.29 | 0.79 | 0.65 |
| Hex | 60 | 64 | EC | 3B | 3A | 0 | 7 | EE | 4F | 41 |
| Octal | 140 | 144 | 354 | 73 | 72 | 0 | 7 | 356 | 117 | 101 |
| Binary | 1100000 | 1100100 | 11101100 | 111011 | 111010 | 0 | 111 | 11101110 | 1001111 | 1000001 |
Color Harmonies of #6064EC
Complementary color
Monochromatic Colors of #6064EC
Black with #6064EC
Text Example
Text Example
White with #6064EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064EC; }
p { color: rgb(96,100,236); }
H1.HeaderClassName
{
color: #6064EC;
}
.AnyTagClassName
{
color: #6064EC;
}
</style>
background-color css
<style>
a { background-color: #6064EC; }
a { background-color: rgb(96,100,236); }
div.DivClassName
{
background-color: #6064EC;
}
.BgClassName
{
background-color: #6064EC;
}
</style>
border-color css
<style>
span { border-color: #6064EC; }
span { border-color: rgb(96,100,236); }
td.TdClassName
{
border-color: #6064EC;
}
.TagClassName
{
border-color: #6064EC;
}
</style>