Shades of Slate Blue #624FCC
Tints of Slate Blue #624FCC
RGB
CMYK
RGB Variations
Color information
#624FCC (or 0x624FCC) is known color: Slate Blue. HEX triplet: 62, 4F and CC. RGB value is (98,79,204). Sum of RGB (Red+Green+Blue) = 98+79+204=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #624FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624FCC is #9DB033. Grayscale: #626262. Windows color (decimal): -10334260 or 13389666. OLE color: 13389666.
HSL color Cylindrical-coordinate representation of color #624FCC: hue angle of 249.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624FCC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 79 | 204 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.2 |
| HSL | 249.12º | 0.55% | 0.55% | - |
| HSV(B) | 249.12º | 0.61% | 0.8% | - |
| XYZ | 18.73 | 12.55 | 58.56 | - |
| YUV | 98.93 | 187.29 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 204 | 0.52 | 0.61 | 0 | 0.2 | 249.12 | 0.55 | 0.55 |
| Hex | 62 | 4F | CC | 34 | 3D | 0 | 14 | F9 | 37 | 37 |
| Octal | 142 | 117 | 314 | 64 | 75 | 0 | 24 | 371 | 67 | 67 |
| Binary | 1100010 | 1001111 | 11001100 | 110100 | 111101 | 0 | 10100 | 11111001 | 110111 | 110111 |
Color Harmonies of #624FCC
Complementary color
Monochromatic Colors of #624FCC
Black with #624FCC
Text Example
Text Example
White with #624FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FCC; }
p { color: rgb(98,79,204); }
H1.HeaderClassName
{
color: #624FCC;
}
.AnyTagClassName
{
color: #624FCC;
}
</style>
background-color css
<style>
a { background-color: #624FCC; }
a { background-color: rgb(98,79,204); }
div.DivClassName
{
background-color: #624FCC;
}
.BgClassName
{
background-color: #624FCC;
}
</style>
border-color css
<style>
span { border-color: #624FCC; }
span { border-color: rgb(98,79,204); }
td.TdClassName
{
border-color: #624FCC;
}
.TagClassName
{
border-color: #624FCC;
}
</style>