Shades of Slate Blue #624ED4
Tints of Slate Blue #624ED4
RGB
CMYK
RGB Variations
Color information
#624ED4 (or 0x624ED4) is known color: Slate Blue. HEX triplet: 62, 4E and D4. RGB value is (98,78,212). Sum of RGB (Red+Green+Blue) = 98+78+212=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 212 (83.20% from 255 or 54.64% from 388); Max value from RGB is 212 - color contains mainly: blue. Hex color #624ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624ED4 is #9DB12B. Grayscale: #626262. Windows color (decimal): -10334508 or 13913698. OLE color: 13913698.
HSL color Cylindrical-coordinate representation of color #624ED4: hue angle of 248.96º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #624ED4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 78 | 212 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.17 |
| HSL | 248.96º | 0.61% | 0.57% | - |
| HSV(B) | 248.96º | 0.63% | 0.83% | - |
| XYZ | 19.65 | 12.8 | 63.72 | - |
| YUV | 99.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 212 | 0.54 | 0.63 | 0 | 0.17 | 248.96 | 0.61 | 0.57 |
| Hex | 62 | 4E | D4 | 36 | 3F | 0 | 11 | F9 | 3D | 39 |
| Octal | 142 | 116 | 324 | 66 | 77 | 0 | 21 | 371 | 75 | 71 |
| Binary | 1100010 | 1001110 | 11010100 | 110110 | 111111 | 0 | 10001 | 11111001 | 111101 | 111001 |
Color Harmonies of #624ED4
Complementary color
Monochromatic Colors of #624ED4
Black with #624ED4
Text Example
Text Example
White with #624ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ED4; }
p { color: rgb(98,78,212); }
H1.HeaderClassName
{
color: #624ED4;
}
.AnyTagClassName
{
color: #624ED4;
}
</style>
background-color css
<style>
a { background-color: #624ED4; }
a { background-color: rgb(98,78,212); }
div.DivClassName
{
background-color: #624ED4;
}
.BgClassName
{
background-color: #624ED4;
}
</style>
border-color css
<style>
span { border-color: #624ED4; }
span { border-color: rgb(98,78,212); }
td.TdClassName
{
border-color: #624ED4;
}
.TagClassName
{
border-color: #624ED4;
}
</style>