Shades of Medium Slate Blue #6454EB
Tints of Medium Slate Blue #6454EB
RGB
CMYK
RGB Variations
Color information
#6454EB (or 0x6454EB) is known color: Medium Slate Blue. HEX triplet: 64, 54 and EB. RGB value is (100,84,235). Sum of RGB (Red+Green+Blue) = 100+84+235=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 235 (92.19% from 255 or 56.09% from 419); Max value from RGB is 235 - color contains mainly: blue. Hex color #6454EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6454EB is #9BAB14. Grayscale: #696969. Windows color (decimal): -10201877 or 15422564. OLE color: 15422564.
HSL color Cylindrical-coordinate representation of color #6454EB: hue angle of 246.36º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6454EB is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 84 | 235 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.08 |
| HSL | 246.36º | 0.79% | 0.63% | - |
| HSV(B) | 246.36º | 0.64% | 0.92% | - |
| XYZ | 23.42 | 15.05 | 80.27 | - |
| YUV | 106 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 235 | 0.57 | 0.64 | 0 | 0.08 | 246.36 | 0.79 | 0.63 |
| Hex | 64 | 54 | EB | 39 | 40 | 0 | 8 | F6 | 4F | 3F |
| Octal | 144 | 124 | 353 | 71 | 100 | 0 | 10 | 366 | 117 | 77 |
| Binary | 1100100 | 1010100 | 11101011 | 111001 | 1000000 | 0 | 1000 | 11110110 | 1001111 | 111111 |
Color Harmonies of #6454EB
Complementary color
Monochromatic Colors of #6454EB
Black with #6454EB
Text Example
Text Example
White with #6454EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6454EB; }
p { color: rgb(100,84,235); }
H1.HeaderClassName
{
color: #6454EB;
}
.AnyTagClassName
{
color: #6454EB;
}
</style>
background-color css
<style>
a { background-color: #6454EB; }
a { background-color: rgb(100,84,235); }
div.DivClassName
{
background-color: #6454EB;
}
.BgClassName
{
background-color: #6454EB;
}
</style>
border-color css
<style>
span { border-color: #6454EB; }
span { border-color: rgb(100,84,235); }
td.TdClassName
{
border-color: #6454EB;
}
.TagClassName
{
border-color: #6454EB;
}
</style>