Shades of Slate Blue #626EDD
Tints of Slate Blue #626EDD
RGB
CMYK
RGB Variations
Color information
#626EDD (or 0x626EDD) is known color: Slate Blue. HEX triplet: 62, 6E and DD. RGB value is (98,110,221). Sum of RGB (Red+Green+Blue) = 98+110+221=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #626EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EDD is #9D9122. Grayscale: #767676. Windows color (decimal): -10326307 or 14511714. OLE color: 14511714.
HSL color Cylindrical-coordinate representation of color #626EDD: hue angle of 234.15º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626EDD is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 110 | 221 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.13 |
| HSL | 234.15º | 0.64% | 0.63% | - |
| HSV(B) | 234.15º | 0.56% | 0.87% | - |
| XYZ | 23.66 | 18.97 | 70.82 | - |
| YUV | 119.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 221 | 0.56 | 0.50 | 0 | 0.13 | 234.15 | 0.64 | 0.63 |
| Hex | 62 | 6E | DD | 38 | 32 | 0 | D | EA | 40 | 3F |
| Octal | 142 | 156 | 335 | 70 | 62 | 0 | 15 | 352 | 100 | 77 |
| Binary | 1100010 | 1101110 | 11011101 | 111000 | 110010 | 0 | 1101 | 11101010 | 1000000 | 111111 |
Color Harmonies of #626EDD
Complementary color
Monochromatic Colors of #626EDD
Black with #626EDD
Text Example
Text Example
White with #626EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626EDD; }
p { color: rgb(98,110,221); }
H1.HeaderClassName
{
color: #626EDD;
}
.AnyTagClassName
{
color: #626EDD;
}
</style>
background-color css
<style>
a { background-color: #626EDD; }
a { background-color: rgb(98,110,221); }
div.DivClassName
{
background-color: #626EDD;
}
.BgClassName
{
background-color: #626EDD;
}
</style>
border-color css
<style>
span { border-color: #626EDD; }
span { border-color: rgb(98,110,221); }
td.TdClassName
{
border-color: #626EDD;
}
.TagClassName
{
border-color: #626EDD;
}
</style>