Shades of Slate Blue #624ECD
Tints of Slate Blue #624ECD
RGB
CMYK
RGB Variations
Color information
#624ECD (or 0x624ECD) is known color: Slate Blue. HEX triplet: 62, 4E and CD. RGB value is (98,78,205). Sum of RGB (Red+Green+Blue) = 98+78+205=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #624ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624ECD is #9DB132. Grayscale: #616161. Windows color (decimal): -10334515 or 13454946. OLE color: 13454946.
HSL color Cylindrical-coordinate representation of color #624ECD: hue angle of 249.45º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624ECD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 78 | 205 | - |
| CMYK | 0.52 | 0.62 | 0 | 0.20 |
| HSL | 249.45º | 0.56% | 0.55% | - |
| HSV(B) | 249.45º | 0.62% | 0.8% | - |
| XYZ | 18.78 | 12.45 | 59.17 | - |
| YUV | 98.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 205 | 0.52 | 0.62 | 0 | 0.20 | 249.45 | 0.56 | 0.55 |
| Hex | 62 | 4E | CD | 34 | 3E | 0 | 14 | F9 | 38 | 37 |
| Octal | 142 | 116 | 315 | 64 | 76 | 0 | 24 | 371 | 70 | 67 |
| Binary | 1100010 | 1001110 | 11001101 | 110100 | 111110 | 0 | 10100 | 11111001 | 111000 | 110111 |
Color Harmonies of #624ECD
Complementary color
Monochromatic Colors of #624ECD
Black with #624ECD
Text Example
Text Example
White with #624ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ECD; }
p { color: rgb(98,78,205); }
H1.HeaderClassName
{
color: #624ECD;
}
.AnyTagClassName
{
color: #624ECD;
}
</style>
background-color css
<style>
a { background-color: #624ECD; }
a { background-color: rgb(98,78,205); }
div.DivClassName
{
background-color: #624ECD;
}
.BgClassName
{
background-color: #624ECD;
}
</style>
border-color css
<style>
span { border-color: #624ECD; }
span { border-color: rgb(98,78,205); }
td.TdClassName
{
border-color: #624ECD;
}
.TagClassName
{
border-color: #624ECD;
}
</style>