Shades of Medium Slate Blue #6458EC
Tints of Medium Slate Blue #6458EC
RGB
CMYK
RGB Variations
Color information
#6458EC (or 0x6458EC) is known color: Medium Slate Blue. HEX triplet: 64, 58 and EC. RGB value is (100,88,236). Sum of RGB (Red+Green+Blue) = 100+88+236=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #6458EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458EC is #9BA713. Grayscale: #6B6B6B. Windows color (decimal): -10200852 or 15489124. OLE color: 15489124.
HSL color Cylindrical-coordinate representation of color #6458EC: hue angle of 244.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6458EC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 88 | 236 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.07 |
| HSL | 244.86º | 0.8% | 0.64% | - |
| HSV(B) | 244.86º | 0.63% | 0.93% | - |
| XYZ | 23.89 | 15.74 | 81.14 | - |
| YUV | 108.46 | 199.98 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 236 | 0.58 | 0.63 | 0 | 0.07 | 244.86 | 0.8 | 0.64 |
| Hex | 64 | 58 | EC | 3A | 3F | 0 | 7 | F5 | 50 | 40 |
| Octal | 144 | 130 | 354 | 72 | 77 | 0 | 7 | 365 | 120 | 100 |
| Binary | 1100100 | 1011000 | 11101100 | 111010 | 111111 | 0 | 111 | 11110101 | 1010000 | 1000000 |
Color Harmonies of #6458EC
Complementary color
Monochromatic Colors of #6458EC
Black with #6458EC
Text Example
Text Example
White with #6458EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458EC; }
p { color: rgb(100,88,236); }
H1.HeaderClassName
{
color: #6458EC;
}
.AnyTagClassName
{
color: #6458EC;
}
</style>
background-color css
<style>
a { background-color: #6458EC; }
a { background-color: rgb(100,88,236); }
div.DivClassName
{
background-color: #6458EC;
}
.BgClassName
{
background-color: #6458EC;
}
</style>
border-color css
<style>
span { border-color: #6458EC; }
span { border-color: rgb(100,88,236); }
td.TdClassName
{
border-color: #6458EC;
}
.TagClassName
{
border-color: #6458EC;
}
</style>