Shades of Slate Blue #625EDD
Tints of Slate Blue #625EDD
RGB
CMYK
RGB Variations
Color information
#625EDD (or 0x625EDD) is known color: Slate Blue. HEX triplet: 62, 5E and DD. RGB value is (98,94,221). Sum of RGB (Red+Green+Blue) = 98+94+221=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #625EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EDD is #9DA122. Grayscale: #6D6D6D. Windows color (decimal): -10330403 or 14507618. OLE color: 14507618.
HSL color Cylindrical-coordinate representation of color #625EDD: hue angle of 241.89º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #625EDD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 94 | 221 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.13 |
| HSL | 241.89º | 0.65% | 0.62% | - |
| HSV(B) | 241.89º | 0.57% | 0.87% | - |
| XYZ | 22.09 | 15.82 | 70.3 | - |
| YUV | 109.67 | 190.83 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 221 | 0.56 | 0.57 | 0 | 0.13 | 241.89 | 0.65 | 0.62 |
| Hex | 62 | 5E | DD | 38 | 39 | 0 | D | F2 | 41 | 3E |
| Octal | 142 | 136 | 335 | 70 | 71 | 0 | 15 | 362 | 101 | 76 |
| Binary | 1100010 | 1011110 | 11011101 | 111000 | 111001 | 0 | 1101 | 11110010 | 1000001 | 111110 |
Color Harmonies of #625EDD
Complementary color
Monochromatic Colors of #625EDD
Black with #625EDD
Text Example
Text Example
White with #625EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EDD; }
p { color: rgb(98,94,221); }
H1.HeaderClassName
{
color: #625EDD;
}
.AnyTagClassName
{
color: #625EDD;
}
</style>
background-color css
<style>
a { background-color: #625EDD; }
a { background-color: rgb(98,94,221); }
div.DivClassName
{
background-color: #625EDD;
}
.BgClassName
{
background-color: #625EDD;
}
</style>
border-color css
<style>
span { border-color: #625EDD; }
span { border-color: rgb(98,94,221); }
td.TdClassName
{
border-color: #625EDD;
}
.TagClassName
{
border-color: #625EDD;
}
</style>