Shades of Slate Blue #624FE0
Tints of Slate Blue #624FE0
RGB
CMYK
RGB Variations
Color information
#624FE0 (or 0x624FE0) is known color: Slate Blue. HEX triplet: 62, 4F and E0. RGB value is (98,79,224). Sum of RGB (Red+Green+Blue) = 98+79+224=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #624FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FE0 is #9DB01F. Grayscale: #646464. Windows color (decimal): -10334240 or 14700386. OLE color: 14700386.
HSL color Cylindrical-coordinate representation of color #624FE0: hue angle of 247.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624FE0 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 79 | 224 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.12 |
| HSL | 247.86º | 0.7% | 0.59% | - |
| HSV(B) | 247.86º | 0.65% | 0.88% | - |
| XYZ | 21.29 | 13.57 | 72.02 | - |
| YUV | 101.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 224 | 0.56 | 0.65 | 0 | 0.12 | 247.86 | 0.7 | 0.59 |
| Hex | 62 | 4F | E0 | 38 | 41 | 0 | C | F8 | 46 | 3B |
| Octal | 142 | 117 | 340 | 70 | 101 | 0 | 14 | 370 | 106 | 73 |
| Binary | 1100010 | 1001111 | 11100000 | 111000 | 1000001 | 0 | 1100 | 11111000 | 1000110 | 111011 |
Color Harmonies of #624FE0
Complementary color
Monochromatic Colors of #624FE0
Black with #624FE0
Text Example
Text Example
White with #624FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FE0; }
p { color: rgb(98,79,224); }
H1.HeaderClassName
{
color: #624FE0;
}
.AnyTagClassName
{
color: #624FE0;
}
</style>
background-color css
<style>
a { background-color: #624FE0; }
a { background-color: rgb(98,79,224); }
div.DivClassName
{
background-color: #624FE0;
}
.BgClassName
{
background-color: #624FE0;
}
</style>
border-color css
<style>
span { border-color: #624FE0; }
span { border-color: rgb(98,79,224); }
td.TdClassName
{
border-color: #624FE0;
}
.TagClassName
{
border-color: #624FE0;
}
</style>