Shades of Slate Blue #624ADB
Tints of Slate Blue #624ADB
RGB
CMYK
RGB Variations
Color information
#624ADB (or 0x624ADB) is known color: Slate Blue. HEX triplet: 62, 4A and DB. RGB value is (98,74,219). Sum of RGB (Red+Green+Blue) = 98+74+219=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #624ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624ADB is #9DB524. Grayscale: #616161. Windows color (decimal): -10335525 or 14371426. OLE color: 14371426.
HSL color Cylindrical-coordinate representation of color #624ADB: hue angle of 249.93º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624ADB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 74 | 219 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.14 |
| HSL | 249.93º | 0.67% | 0.57% | - |
| HSV(B) | 249.93º | 0.66% | 0.86% | - |
| XYZ | 20.27 | 12.61 | 68.38 | - |
| YUV | 97.71 | 196.45 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 219 | 0.55 | 0.66 | 0 | 0.14 | 249.93 | 0.67 | 0.57 |
| Hex | 62 | 4A | DB | 37 | 42 | 0 | E | FA | 43 | 39 |
| Octal | 142 | 112 | 333 | 67 | 102 | 0 | 16 | 372 | 103 | 71 |
| Binary | 1100010 | 1001010 | 11011011 | 110111 | 1000010 | 0 | 1110 | 11111010 | 1000011 | 111001 |
Color Harmonies of #624ADB
Complementary color
Monochromatic Colors of #624ADB
Black with #624ADB
Text Example
Text Example
White with #624ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624ADB; }
p { color: rgb(98,74,219); }
H1.HeaderClassName
{
color: #624ADB;
}
.AnyTagClassName
{
color: #624ADB;
}
</style>
background-color css
<style>
a { background-color: #624ADB; }
a { background-color: rgb(98,74,219); }
div.DivClassName
{
background-color: #624ADB;
}
.BgClassName
{
background-color: #624ADB;
}
</style>
border-color css
<style>
span { border-color: #624ADB; }
span { border-color: rgb(98,74,219); }
td.TdClassName
{
border-color: #624ADB;
}
.TagClassName
{
border-color: #624ADB;
}
</style>