Shades of Medium Slate Blue #6458ED
Tints of Medium Slate Blue #6458ED
RGB
CMYK
RGB Variations
Color information
#6458ED (or 0x6458ED) is known color: Medium Slate Blue. HEX triplet: 64, 58 and ED. RGB value is (100,88,237). Sum of RGB (Red+Green+Blue) = 100+88+237=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #6458ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6458ED is #9BA712. Grayscale: #6B6B6B. Windows color (decimal): -10200851 or 15554660. OLE color: 15554660.
HSL color Cylindrical-coordinate representation of color #6458ED: hue angle of 244.83º degrees, saturation: 0.81, 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 #6458ED is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 88 | 237 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.07 |
| HSL | 244.83º | 0.81% | 0.64% | - |
| HSV(B) | 244.83º | 0.63% | 0.93% | - |
| XYZ | 24.03 | 15.8 | 81.9 | - |
| YUV | 108.57 | 200.48 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 88 | 237 | 0.58 | 0.63 | 0 | 0.07 | 244.83 | 0.81 | 0.64 |
| Hex | 64 | 58 | ED | 3A | 3F | 0 | 7 | F5 | 51 | 40 |
| Octal | 144 | 130 | 355 | 72 | 77 | 0 | 7 | 365 | 121 | 100 |
| Binary | 1100100 | 1011000 | 11101101 | 111010 | 111111 | 0 | 111 | 11110101 | 1010001 | 1000000 |
Color Harmonies of #6458ED
Complementary color
Monochromatic Colors of #6458ED
Black with #6458ED
Text Example
Text Example
White with #6458ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6458ED; }
p { color: rgb(100,88,237); }
H1.HeaderClassName
{
color: #6458ED;
}
.AnyTagClassName
{
color: #6458ED;
}
</style>
background-color css
<style>
a { background-color: #6458ED; }
a { background-color: rgb(100,88,237); }
div.DivClassName
{
background-color: #6458ED;
}
.BgClassName
{
background-color: #6458ED;
}
</style>
border-color css
<style>
span { border-color: #6458ED; }
span { border-color: rgb(100,88,237); }
td.TdClassName
{
border-color: #6458ED;
}
.TagClassName
{
border-color: #6458ED;
}
</style>