Shades of Slate Blue #624EDD
Tints of Slate Blue #624EDD
RGB
CMYK
RGB Variations
Color information
#624EDD (or 0x624EDD) is known color: Slate Blue. HEX triplet: 62, 4E and DD. RGB value is (98,78,221). Sum of RGB (Red+Green+Blue) = 98+78+221=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #624EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624EDD is #9DB122. Grayscale: #636363. Windows color (decimal): -10334499 or 14503522. OLE color: 14503522.
HSL color Cylindrical-coordinate representation of color #624EDD: hue angle of 248.39º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624EDD is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 78 | 221 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.13 |
| HSL | 248.39º | 0.68% | 0.59% | - |
| HSV(B) | 248.39º | 0.65% | 0.87% | - |
| XYZ | 20.81 | 13.27 | 69.87 | - |
| YUV | 100.28 | 196.13 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 221 | 0.56 | 0.65 | 0 | 0.13 | 248.39 | 0.68 | 0.59 |
| Hex | 62 | 4E | DD | 38 | 41 | 0 | D | F8 | 44 | 3B |
| Octal | 142 | 116 | 335 | 70 | 101 | 0 | 15 | 370 | 104 | 73 |
| Binary | 1100010 | 1001110 | 11011101 | 111000 | 1000001 | 0 | 1101 | 11111000 | 1000100 | 111011 |
Color Harmonies of #624EDD
Complementary color
Monochromatic Colors of #624EDD
Black with #624EDD
Text Example
Text Example
White with #624EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624EDD; }
p { color: rgb(98,78,221); }
H1.HeaderClassName
{
color: #624EDD;
}
.AnyTagClassName
{
color: #624EDD;
}
</style>
background-color css
<style>
a { background-color: #624EDD; }
a { background-color: rgb(98,78,221); }
div.DivClassName
{
background-color: #624EDD;
}
.BgClassName
{
background-color: #624EDD;
}
</style>
border-color css
<style>
span { border-color: #624EDD; }
span { border-color: rgb(98,78,221); }
td.TdClassName
{
border-color: #624EDD;
}
.TagClassName
{
border-color: #624EDD;
}
</style>