Shades of Slate Blue #624FDE
Tints of Slate Blue #624FDE
RGB
CMYK
RGB Variations
Color information
#624FDE (or 0x624FDE) is known color: Slate Blue. HEX triplet: 62, 4F and DE. RGB value is (98,79,222). Sum of RGB (Red+Green+Blue) = 98+79+222=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #624FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FDE is #9DB021. Grayscale: #646464. Windows color (decimal): -10334242 or 14569314. OLE color: 14569314.
HSL color Cylindrical-coordinate representation of color #624FDE: hue angle of 247.97º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #624FDE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 79 | 222 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.13 |
| HSL | 247.97º | 0.68% | 0.59% | - |
| HSV(B) | 247.97º | 0.64% | 0.87% | - |
| XYZ | 21.02 | 13.46 | 70.6 | - |
| YUV | 100.98 | 196.29 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 222 | 0.56 | 0.64 | 0 | 0.13 | 247.97 | 0.68 | 0.59 |
| Hex | 62 | 4F | DE | 38 | 40 | 0 | D | F8 | 44 | 3B |
| Octal | 142 | 117 | 336 | 70 | 100 | 0 | 15 | 370 | 104 | 73 |
| Binary | 1100010 | 1001111 | 11011110 | 111000 | 1000000 | 0 | 1101 | 11111000 | 1000100 | 111011 |
Color Harmonies of #624FDE
Complementary color
Monochromatic Colors of #624FDE
Black with #624FDE
Text Example
Text Example
White with #624FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FDE; }
p { color: rgb(98,79,222); }
H1.HeaderClassName
{
color: #624FDE;
}
.AnyTagClassName
{
color: #624FDE;
}
</style>
background-color css
<style>
a { background-color: #624FDE; }
a { background-color: rgb(98,79,222); }
div.DivClassName
{
background-color: #624FDE;
}
.BgClassName
{
background-color: #624FDE;
}
</style>
border-color css
<style>
span { border-color: #624FDE; }
span { border-color: rgb(98,79,222); }
td.TdClassName
{
border-color: #624FDE;
}
.TagClassName
{
border-color: #624FDE;
}
</style>