Shades of Slate Blue #624BDA
Tints of Slate Blue #624BDA
RGB
CMYK
RGB Variations
Color information
#624BDA (or 0x624BDA) is known color: Slate Blue. HEX triplet: 62, 4B and DA. RGB value is (98,75,218). Sum of RGB (Red+Green+Blue) = 98+75+218=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #624BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624BDA is #9DB425. Grayscale: #616161. Windows color (decimal): -10335270 or 14306146. OLE color: 14306146.
HSL color Cylindrical-coordinate representation of color #624BDA: hue angle of 249.65º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624BDA is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 75 | 218 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.15 |
| HSL | 249.65º | 0.66% | 0.57% | - |
| HSV(B) | 249.65º | 0.66% | 0.85% | - |
| XYZ | 20.21 | 12.69 | 67.71 | - |
| YUV | 98.18 | 195.62 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 218 | 0.55 | 0.66 | 0 | 0.15 | 249.65 | 0.66 | 0.57 |
| Hex | 62 | 4B | DA | 37 | 42 | 0 | F | FA | 42 | 39 |
| Octal | 142 | 113 | 332 | 67 | 102 | 0 | 17 | 372 | 102 | 71 |
| Binary | 1100010 | 1001011 | 11011010 | 110111 | 1000010 | 0 | 1111 | 11111010 | 1000010 | 111001 |
Color Harmonies of #624BDA
Complementary color
Monochromatic Colors of #624BDA
Black with #624BDA
Text Example
Text Example
White with #624BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624BDA; }
p { color: rgb(98,75,218); }
H1.HeaderClassName
{
color: #624BDA;
}
.AnyTagClassName
{
color: #624BDA;
}
</style>
background-color css
<style>
a { background-color: #624BDA; }
a { background-color: rgb(98,75,218); }
div.DivClassName
{
background-color: #624BDA;
}
.BgClassName
{
background-color: #624BDA;
}
</style>
border-color css
<style>
span { border-color: #624BDA; }
span { border-color: rgb(98,75,218); }
td.TdClassName
{
border-color: #624BDA;
}
.TagClassName
{
border-color: #624BDA;
}
</style>