Shades of Slate Blue #624DC4
Tints of Slate Blue #624DC4
RGB
CMYK
RGB Variations
Color information
#624DC4 (or 0x624DC4) is known color: Slate Blue. HEX triplet: 62, 4D and C4. RGB value is (98,77,196). Sum of RGB (Red+Green+Blue) = 98+77+196=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #624DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DC4 is #9DB23B. Grayscale: #606060. Windows color (decimal): -10334780 or 12864866. OLE color: 12864866.
HSL color Cylindrical-coordinate representation of color #624DC4: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624DC4 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 77 | 196 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.23 |
| HSL | 250.59º | 0.5% | 0.54% | - |
| HSV(B) | 250.59º | 0.61% | 0.77% | - |
| XYZ | 17.65 | 11.89 | 53.59 | - |
| YUV | 96.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 196 | 0.5 | 0.61 | 0 | 0.23 | 250.59 | 0.5 | 0.54 |
| Hex | 62 | 4D | C4 | 32 | 3D | 0 | 17 | FB | 32 | 36 |
| Octal | 142 | 115 | 304 | 62 | 75 | 0 | 27 | 373 | 62 | 66 |
| Binary | 1100010 | 1001101 | 11000100 | 110010 | 111101 | 0 | 10111 | 11111011 | 110010 | 110110 |
Color Harmonies of #624DC4
Complementary color
Monochromatic Colors of #624DC4
Black with #624DC4
Text Example
Text Example
White with #624DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DC4; }
p { color: rgb(98,77,196); }
H1.HeaderClassName
{
color: #624DC4;
}
.AnyTagClassName
{
color: #624DC4;
}
</style>
background-color css
<style>
a { background-color: #624DC4; }
a { background-color: rgb(98,77,196); }
div.DivClassName
{
background-color: #624DC4;
}
.BgClassName
{
background-color: #624DC4;
}
</style>
border-color css
<style>
span { border-color: #624DC4; }
span { border-color: rgb(98,77,196); }
td.TdClassName
{
border-color: #624DC4;
}
.TagClassName
{
border-color: #624DC4;
}
</style>