Shades of Slate Blue #624CCC
Tints of Slate Blue #624CCC
RGB
CMYK
RGB Variations
Color information
#624CCC (or 0x624CCC) is known color: Slate Blue. HEX triplet: 62, 4C and CC. RGB value is (98,76,204). Sum of RGB (Red+Green+Blue) = 98+76+204=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #624CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624CCC is #9DB333. Grayscale: #606060. Windows color (decimal): -10335028 or 13388898. OLE color: 13388898.
HSL color Cylindrical-coordinate representation of color #624CCC: hue angle of 250.31º 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 #624CCC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 76 | 204 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.2 |
| HSL | 250.31º | 0.56% | 0.55% | - |
| HSV(B) | 250.31º | 0.63% | 0.8% | - |
| XYZ | 18.52 | 12.13 | 58.49 | - |
| YUV | 97.17 | 188.29 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 204 | 0.52 | 0.63 | 0 | 0.2 | 250.31 | 0.56 | 0.55 |
| Hex | 62 | 4C | CC | 34 | 3F | 0 | 14 | FA | 38 | 37 |
| Octal | 142 | 114 | 314 | 64 | 77 | 0 | 24 | 372 | 70 | 67 |
| Binary | 1100010 | 1001100 | 11001100 | 110100 | 111111 | 0 | 10100 | 11111010 | 111000 | 110111 |
Color Harmonies of #624CCC
Complementary color
Monochromatic Colors of #624CCC
Black with #624CCC
Text Example
Text Example
White with #624CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CCC; }
p { color: rgb(98,76,204); }
H1.HeaderClassName
{
color: #624CCC;
}
.AnyTagClassName
{
color: #624CCC;
}
</style>
background-color css
<style>
a { background-color: #624CCC; }
a { background-color: rgb(98,76,204); }
div.DivClassName
{
background-color: #624CCC;
}
.BgClassName
{
background-color: #624CCC;
}
</style>
border-color css
<style>
span { border-color: #624CCC; }
span { border-color: rgb(98,76,204); }
td.TdClassName
{
border-color: #624CCC;
}
.TagClassName
{
border-color: #624CCC;
}
</style>