Shades of Slate Blue #624ED5
Tints of Slate Blue #624ED5
RGB
CMYK
RGB Variations
Color information
#624ED5 (or 0x624ED5) is known color: Slate Blue. HEX triplet: 62, 4E and D5. RGB value is (98,78,213). Sum of RGB (Red+Green+Blue) = 98+78+213=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #624ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624ED5 is #9DB12A. Grayscale: #626262. Windows color (decimal): -10334507 or 13979234. OLE color: 13979234.
HSL color Cylindrical-coordinate representation of color #624ED5: hue angle of 248.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #624ED5 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 78 | 213 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.16 |
| HSL | 248.89º | 0.62% | 0.57% | - |
| HSV(B) | 248.89º | 0.63% | 0.84% | - |
| XYZ | 19.77 | 12.85 | 64.39 | - |
| YUV | 99.37 | 192.13 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 213 | 0.54 | 0.63 | 0 | 0.16 | 248.89 | 0.62 | 0.57 |
| Hex | 62 | 4E | D5 | 36 | 3F | 0 | 10 | F9 | 3E | 39 |
| Octal | 142 | 116 | 325 | 66 | 77 | 0 | 20 | 371 | 76 | 71 |
| Binary | 1100010 | 1001110 | 11010101 | 110110 | 111111 | 0 | 10000 | 11111001 | 111110 | 111001 |
Color Harmonies of #624ED5
Complementary color
Monochromatic Colors of #624ED5
Black with #624ED5
Text Example
Text Example
White with #624ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ED5; }
p { color: rgb(98,78,213); }
H1.HeaderClassName
{
color: #624ED5;
}
.AnyTagClassName
{
color: #624ED5;
}
</style>
background-color css
<style>
a { background-color: #624ED5; }
a { background-color: rgb(98,78,213); }
div.DivClassName
{
background-color: #624ED5;
}
.BgClassName
{
background-color: #624ED5;
}
</style>
border-color css
<style>
span { border-color: #624ED5; }
span { border-color: rgb(98,78,213); }
td.TdClassName
{
border-color: #624ED5;
}
.TagClassName
{
border-color: #624ED5;
}
</style>