Shades of Slate Blue #624BDF
Tints of Slate Blue #624BDF
RGB
CMYK
RGB Variations
Color information
#624BDF (or 0x624BDF) is known color: Slate Blue. HEX triplet: 62, 4B and DF. RGB value is (98,75,223). Sum of RGB (Red+Green+Blue) = 98+75+223=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #624BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624BDF is #9DB420. Grayscale: #626262. Windows color (decimal): -10335265 or 14633826. OLE color: 14633826.
HSL color Cylindrical-coordinate representation of color #624BDF: hue angle of 249.32º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624BDF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 75 | 223 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.13 |
| HSL | 249.32º | 0.7% | 0.58% | - |
| HSV(B) | 249.32º | 0.66% | 0.87% | - |
| XYZ | 20.87 | 12.96 | 71.21 | - |
| YUV | 98.75 | 198.12 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 223 | 0.56 | 0.66 | 0 | 0.13 | 249.32 | 0.7 | 0.58 |
| Hex | 62 | 4B | DF | 38 | 42 | 0 | D | F9 | 46 | 3A |
| Octal | 142 | 113 | 337 | 70 | 102 | 0 | 15 | 371 | 106 | 72 |
| Binary | 1100010 | 1001011 | 11011111 | 111000 | 1000010 | 0 | 1101 | 11111001 | 1000110 | 111010 |
Color Harmonies of #624BDF
Complementary color
Monochromatic Colors of #624BDF
Black with #624BDF
Text Example
Text Example
White with #624BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624BDF; }
p { color: rgb(98,75,223); }
H1.HeaderClassName
{
color: #624BDF;
}
.AnyTagClassName
{
color: #624BDF;
}
</style>
background-color css
<style>
a { background-color: #624BDF; }
a { background-color: rgb(98,75,223); }
div.DivClassName
{
background-color: #624BDF;
}
.BgClassName
{
background-color: #624BDF;
}
</style>
border-color css
<style>
span { border-color: #624BDF; }
span { border-color: rgb(98,75,223); }
td.TdClassName
{
border-color: #624BDF;
}
.TagClassName
{
border-color: #624BDF;
}
</style>