Shades of Slate Blue #626DDD
Tints of Slate Blue #626DDD
RGB
CMYK
RGB Variations
Color information
#626DDD (or 0x626DDD) is known color: Slate Blue. HEX triplet: 62, 6D and DD. RGB value is (98,109,221). Sum of RGB (Red+Green+Blue) = 98+109+221=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #626DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DDD is #9D9222. Grayscale: #767676. Windows color (decimal): -10326563 or 14511458. OLE color: 14511458.
HSL color Cylindrical-coordinate representation of color #626DDD: hue angle of 234.63º 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 #626DDD is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 109 | 221 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.13 |
| HSL | 234.63º | 0.64% | 0.63% | - |
| HSV(B) | 234.63º | 0.56% | 0.87% | - |
| XYZ | 23.56 | 18.75 | 70.79 | - |
| YUV | 118.48 | 185.86 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 221 | 0.56 | 0.51 | 0 | 0.13 | 234.63 | 0.64 | 0.63 |
| Hex | 62 | 6D | DD | 38 | 33 | 0 | D | EB | 40 | 3F |
| Octal | 142 | 155 | 335 | 70 | 63 | 0 | 15 | 353 | 100 | 77 |
| Binary | 1100010 | 1101101 | 11011101 | 111000 | 110011 | 0 | 1101 | 11101011 | 1000000 | 111111 |
Color Harmonies of #626DDD
Complementary color
Monochromatic Colors of #626DDD
Black with #626DDD
Text Example
Text Example
White with #626DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DDD; }
p { color: rgb(98,109,221); }
H1.HeaderClassName
{
color: #626DDD;
}
.AnyTagClassName
{
color: #626DDD;
}
</style>
background-color css
<style>
a { background-color: #626DDD; }
a { background-color: rgb(98,109,221); }
div.DivClassName
{
background-color: #626DDD;
}
.BgClassName
{
background-color: #626DDD;
}
</style>
border-color css
<style>
span { border-color: #626DDD; }
span { border-color: rgb(98,109,221); }
td.TdClassName
{
border-color: #626DDD;
}
.TagClassName
{
border-color: #626DDD;
}
</style>