Shades of Slate Blue #624DCD
Tints of Slate Blue #624DCD
RGB
CMYK
RGB Variations
Color information
#624DCD (or 0x624DCD) is known color: Slate Blue. HEX triplet: 62, 4D and CD. RGB value is (98,77,205). Sum of RGB (Red+Green+Blue) = 98+77+205=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #624DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DCD is #9DB232. Grayscale: #616161. Windows color (decimal): -10334771 or 13454690. OLE color: 13454690.
HSL color Cylindrical-coordinate representation of color #624DCD: hue angle of 249.84º 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 #624DCD is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 98 | 77 | 205 | - |
CMYK | 0.52 | 0.62 | 0 | 0.20 |
HSL | 249.84º | 0.56% | 0.55% | - |
HSV(B) | 249.84º | 0.62% | 0.8% | - |
XYZ | 18.71 | 12.31 | 59.15 | - |
YUV | 97.87 | 188.46 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 77 | 205 | 0.52 | 0.62 | 0 | 0.20 | 249.84 | 0.56 | 0.55 |
Hex | 62 | 4D | CD | 34 | 3E | 0 | 14 | FA | 38 | 37 |
Octal | 142 | 115 | 315 | 64 | 76 | 0 | 24 | 372 | 70 | 67 |
Binary | 1100010 | 1001101 | 11001101 | 110100 | 111110 | 0 | 10100 | 11111010 | 111000 | 110111 |
Color Harmonies of #624DCD
Complementary color
Monochromatic Colors of #624DCD
Black with #624DCD
Text Example
Text Example
White with #624DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DCD; }
p { color: rgb(98,77,205); }
H1.HeaderClassName
{
color: #624DCD;
}
.AnyTagClassName
{
color: #624DCD;
}
</style>
background-color css
<style>
a { background-color: #624DCD; }
a { background-color: rgb(98,77,205); }
div.DivClassName
{
background-color: #624DCD;
}
.BgClassName
{
background-color: #624DCD;
}
</style>
border-color css
<style>
span { border-color: #624DCD; }
span { border-color: rgb(98,77,205); }
td.TdClassName
{
border-color: #624DCD;
}
.TagClassName
{
border-color: #624DCD;
}
</style>