Shades of Slate Blue #624EC1
Tints of Slate Blue #624EC1
RGB
CMYK
RGB Variations
Color information
#624EC1 (or 0x624EC1) is known color: Slate Blue. HEX triplet: 62, 4E and C1. RGB value is (98,78,193). Sum of RGB (Red+Green+Blue) = 98+78+193=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #624EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624EC1 is #9DB13E. Grayscale: #606060. Windows color (decimal): -10334527 or 12668514. OLE color: 12668514.
HSL color Cylindrical-coordinate representation of color #624EC1: hue angle of 250.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #624EC1 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 78 | 193 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.24 |
| HSL | 250.43º | 0.48% | 0.53% | - |
| HSV(B) | 250.43º | 0.6% | 0.76% | - |
| XYZ | 17.39 | 11.9 | 51.83 | - |
| YUV | 97.09 | 182.13 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 193 | 0.49 | 0.60 | 0 | 0.24 | 250.43 | 0.48 | 0.53 |
| Hex | 62 | 4E | C1 | 31 | 3C | 0 | 18 | FA | 30 | 35 |
| Octal | 142 | 116 | 301 | 61 | 74 | 0 | 30 | 372 | 60 | 65 |
| Binary | 1100010 | 1001110 | 11000001 | 110001 | 111100 | 0 | 11000 | 11111010 | 110000 | 110101 |
Color Harmonies of #624EC1
Complementary color
Monochromatic Colors of #624EC1
Black with #624EC1
Text Example
Text Example
White with #624EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624EC1; }
p { color: rgb(98,78,193); }
H1.HeaderClassName
{
color: #624EC1;
}
.AnyTagClassName
{
color: #624EC1;
}
</style>
background-color css
<style>
a { background-color: #624EC1; }
a { background-color: rgb(98,78,193); }
div.DivClassName
{
background-color: #624EC1;
}
.BgClassName
{
background-color: #624EC1;
}
</style>
border-color css
<style>
span { border-color: #624EC1; }
span { border-color: rgb(98,78,193); }
td.TdClassName
{
border-color: #624EC1;
}
.TagClassName
{
border-color: #624EC1;
}
</style>