Shades of Slate Blue #624CDB
Tints of Slate Blue #624CDB
RGB
CMYK
RGB Variations
Color information
#624CDB (or 0x624CDB) is known color: Slate Blue. HEX triplet: 62, 4C and DB. RGB value is (98,76,219). Sum of RGB (Red+Green+Blue) = 98+76+219=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #624CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624CDB is #9DB324. Grayscale: #626262. Windows color (decimal): -10335013 or 14371938. OLE color: 14371938.
HSL color Cylindrical-coordinate representation of color #624CDB: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #624CDB is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 76 | 219 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.14 |
| HSL | 249.23º | 0.67% | 0.58% | - |
| HSV(B) | 249.23º | 0.65% | 0.86% | - |
| XYZ | 20.41 | 12.88 | 68.43 | - |
| YUV | 98.88 | 195.79 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 219 | 0.55 | 0.65 | 0 | 0.14 | 249.23 | 0.67 | 0.58 |
| Hex | 62 | 4C | DB | 37 | 41 | 0 | E | F9 | 43 | 3A |
| Octal | 142 | 114 | 333 | 67 | 101 | 0 | 16 | 371 | 103 | 72 |
| Binary | 1100010 | 1001100 | 11011011 | 110111 | 1000001 | 0 | 1110 | 11111001 | 1000011 | 111010 |
Color Harmonies of #624CDB
Complementary color
Monochromatic Colors of #624CDB
Black with #624CDB
Text Example
Text Example
White with #624CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CDB; }
p { color: rgb(98,76,219); }
H1.HeaderClassName
{
color: #624CDB;
}
.AnyTagClassName
{
color: #624CDB;
}
</style>
background-color css
<style>
a { background-color: #624CDB; }
a { background-color: rgb(98,76,219); }
div.DivClassName
{
background-color: #624CDB;
}
.BgClassName
{
background-color: #624CDB;
}
</style>
border-color css
<style>
span { border-color: #624CDB; }
span { border-color: rgb(98,76,219); }
td.TdClassName
{
border-color: #624CDB;
}
.TagClassName
{
border-color: #624CDB;
}
</style>