Shades of Slate Blue #624CDF
Tints of Slate Blue #624CDF
RGB
CMYK
RGB Variations
Color information
#624CDF (or 0x624CDF) is known color: Slate Blue. HEX triplet: 62, 4C and DF. RGB value is (98,76,223). Sum of RGB (Red+Green+Blue) = 98+76+223=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #624CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #624CDF is #9DB320. Grayscale: #626262. Windows color (decimal): -10335009 or 14634082. OLE color: 14634082.
HSL color Cylindrical-coordinate representation of color #624CDF: hue angle of 248.98º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #624CDF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 76 | 223 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.13 |
| HSL | 248.98º | 0.7% | 0.59% | - |
| HSV(B) | 248.98º | 0.66% | 0.87% | - |
| XYZ | 20.94 | 13.09 | 71.24 | - |
| YUV | 99.34 | 197.79 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 223 | 0.56 | 0.66 | 0 | 0.13 | 248.98 | 0.7 | 0.59 |
| Hex | 62 | 4C | DF | 38 | 42 | 0 | D | F9 | 46 | 3B |
| Octal | 142 | 114 | 337 | 70 | 102 | 0 | 15 | 371 | 106 | 73 |
| Binary | 1100010 | 1001100 | 11011111 | 111000 | 1000010 | 0 | 1101 | 11111001 | 1000110 | 111011 |
Color Harmonies of #624CDF
Complementary color
Monochromatic Colors of #624CDF
Black with #624CDF
Text Example
Text Example
White with #624CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CDF; }
p { color: rgb(98,76,223); }
H1.HeaderClassName
{
color: #624CDF;
}
.AnyTagClassName
{
color: #624CDF;
}
</style>
background-color css
<style>
a { background-color: #624CDF; }
a { background-color: rgb(98,76,223); }
div.DivClassName
{
background-color: #624CDF;
}
.BgClassName
{
background-color: #624CDF;
}
</style>
border-color css
<style>
span { border-color: #624CDF; }
span { border-color: rgb(98,76,223); }
td.TdClassName
{
border-color: #624CDF;
}
.TagClassName
{
border-color: #624CDF;
}
</style>