Shades of Slate Blue #624DD4
Tints of Slate Blue #624DD4
RGB
CMYK
RGB Variations
Color information
#624DD4 (or 0x624DD4) is known color: Slate Blue. HEX triplet: 62, 4D and D4. RGB value is (98,77,212). Sum of RGB (Red+Green+Blue) = 98+77+212=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #624DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DD4 is #9DB22B. Grayscale: #626262. Windows color (decimal): -10334764 or 13913442. OLE color: 13913442.
HSL color Cylindrical-coordinate representation of color #624DD4: hue angle of 249.33º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #624DD4 is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 77 | 212 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.17 |
| HSL | 249.33º | 0.61% | 0.57% | - |
| HSV(B) | 249.33º | 0.64% | 0.83% | - |
| XYZ | 19.57 | 12.66 | 63.7 | - |
| YUV | 98.67 | 191.96 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 212 | 0.54 | 0.64 | 0 | 0.17 | 249.33 | 0.61 | 0.57 |
| Hex | 62 | 4D | D4 | 36 | 40 | 0 | 11 | F9 | 3D | 39 |
| Octal | 142 | 115 | 324 | 66 | 100 | 0 | 21 | 371 | 75 | 71 |
| Binary | 1100010 | 1001101 | 11010100 | 110110 | 1000000 | 0 | 10001 | 11111001 | 111101 | 111001 |
Color Harmonies of #624DD4
Complementary color
Monochromatic Colors of #624DD4
Black with #624DD4
Text Example
Text Example
White with #624DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DD4; }
p { color: rgb(98,77,212); }
H1.HeaderClassName
{
color: #624DD4;
}
.AnyTagClassName
{
color: #624DD4;
}
</style>
background-color css
<style>
a { background-color: #624DD4; }
a { background-color: rgb(98,77,212); }
div.DivClassName
{
background-color: #624DD4;
}
.BgClassName
{
background-color: #624DD4;
}
</style>
border-color css
<style>
span { border-color: #624DD4; }
span { border-color: rgb(98,77,212); }
td.TdClassName
{
border-color: #624DD4;
}
.TagClassName
{
border-color: #624DD4;
}
</style>