Shades of Slate Blue #626DDB
Tints of Slate Blue #626DDB
RGB
CMYK
RGB Variations
Color information
#626DDB (or 0x626DDB) is known color: Slate Blue. HEX triplet: 62, 6D and DB. RGB value is (98,109,219). Sum of RGB (Red+Green+Blue) = 98+109+219=426 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.00% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #626DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DDB is #9D9224. Grayscale: #757575. Windows color (decimal): -10326565 or 14380386. OLE color: 14380386.
HSL color Cylindrical-coordinate representation of color #626DDB: hue angle of 234.55º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626DDB is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 109 | 219 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 234.55º | 0.63% | 0.62% | - |
| HSV(B) | 234.55º | 0.55% | 0.86% | - |
| XYZ | 23.29 | 18.65 | 69.39 | - |
| YUV | 118.25 | 184.86 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 219 | 0.55 | 0.50 | 0 | 0.14 | 234.55 | 0.63 | 0.62 |
| Hex | 62 | 6D | DB | 37 | 32 | 0 | E | EB | 3F | 3E |
| Octal | 142 | 155 | 333 | 67 | 62 | 0 | 16 | 353 | 77 | 76 |
| Binary | 1100010 | 1101101 | 11011011 | 110111 | 110010 | 0 | 1110 | 11101011 | 111111 | 111110 |
Color Harmonies of #626DDB
Complementary color
Monochromatic Colors of #626DDB
Black with #626DDB
Text Example
Text Example
White with #626DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DDB; }
p { color: rgb(98,109,219); }
H1.HeaderClassName
{
color: #626DDB;
}
.AnyTagClassName
{
color: #626DDB;
}
</style>
background-color css
<style>
a { background-color: #626DDB; }
a { background-color: rgb(98,109,219); }
div.DivClassName
{
background-color: #626DDB;
}
.BgClassName
{
background-color: #626DDB;
}
</style>
border-color css
<style>
span { border-color: #626DDB; }
span { border-color: rgb(98,109,219); }
td.TdClassName
{
border-color: #626DDB;
}
.TagClassName
{
border-color: #626DDB;
}
</style>