Shades of Slate Blue #624CCD
Tints of Slate Blue #624CCD
RGB
CMYK
RGB Variations
Color information
#624CCD (or 0x624CCD) is known color: Slate Blue. HEX triplet: 62, 4C and CD. RGB value is (98,76,205). Sum of RGB (Red+Green+Blue) = 98+76+205=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #624CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624CCD is #9DB332. Grayscale: #606060. Windows color (decimal): -10335027 or 13454434. OLE color: 13454434.
HSL color Cylindrical-coordinate representation of color #624CCD: hue angle of 250.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #624CCD is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 76 | 205 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.20 |
| HSL | 250.23º | 0.56% | 0.55% | - |
| HSV(B) | 250.23º | 0.63% | 0.8% | - |
| XYZ | 18.64 | 12.17 | 59.12 | - |
| YUV | 97.28 | 188.79 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 205 | 0.52 | 0.63 | 0 | 0.20 | 250.23 | 0.56 | 0.55 |
| Hex | 62 | 4C | CD | 34 | 3F | 0 | 14 | FA | 38 | 37 |
| Octal | 142 | 114 | 315 | 64 | 77 | 0 | 24 | 372 | 70 | 67 |
| Binary | 1100010 | 1001100 | 11001101 | 110100 | 111111 | 0 | 10100 | 11111010 | 111000 | 110111 |
Color Harmonies of #624CCD
Complementary color
Monochromatic Colors of #624CCD
Black with #624CCD
Text Example
Text Example
White with #624CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CCD; }
p { color: rgb(98,76,205); }
H1.HeaderClassName
{
color: #624CCD;
}
.AnyTagClassName
{
color: #624CCD;
}
</style>
background-color css
<style>
a { background-color: #624CCD; }
a { background-color: rgb(98,76,205); }
div.DivClassName
{
background-color: #624CCD;
}
.BgClassName
{
background-color: #624CCD;
}
</style>
border-color css
<style>
span { border-color: #624CCD; }
span { border-color: rgb(98,76,205); }
td.TdClassName
{
border-color: #624CCD;
}
.TagClassName
{
border-color: #624CCD;
}
</style>