Shades of Slate Blue #626ADB
Tints of Slate Blue #626ADB
RGB
CMYK
RGB Variations
Color information
#626ADB (or 0x626ADB) is known color: Slate Blue. HEX triplet: 62, 6A and DB. RGB value is (98,106,219). Sum of RGB (Red+Green+Blue) = 98+106+219=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #626ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ADB is #9D9524. Grayscale: #747474. Windows color (decimal): -10327333 or 14379618. OLE color: 14379618.
HSL color Cylindrical-coordinate representation of color #626ADB: hue angle of 236.03º 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 #626ADB is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 106 | 219 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.14 |
| HSL | 236.03º | 0.63% | 0.62% | - |
| HSV(B) | 236.03º | 0.55% | 0.86% | - |
| XYZ | 22.98 | 18.02 | 69.28 | - |
| YUV | 116.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 219 | 0.55 | 0.52 | 0 | 0.14 | 236.03 | 0.63 | 0.62 |
| Hex | 62 | 6A | DB | 37 | 34 | 0 | E | EC | 3F | 3E |
| Octal | 142 | 152 | 333 | 67 | 64 | 0 | 16 | 354 | 77 | 76 |
| Binary | 1100010 | 1101010 | 11011011 | 110111 | 110100 | 0 | 1110 | 11101100 | 111111 | 111110 |
Color Harmonies of #626ADB
Complementary color
Monochromatic Colors of #626ADB
Black with #626ADB
Text Example
Text Example
White with #626ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626ADB; }
p { color: rgb(98,106,219); }
H1.HeaderClassName
{
color: #626ADB;
}
.AnyTagClassName
{
color: #626ADB;
}
</style>
background-color css
<style>
a { background-color: #626ADB; }
a { background-color: rgb(98,106,219); }
div.DivClassName
{
background-color: #626ADB;
}
.BgClassName
{
background-color: #626ADB;
}
</style>
border-color css
<style>
span { border-color: #626ADB; }
span { border-color: rgb(98,106,219); }
td.TdClassName
{
border-color: #626ADB;
}
.TagClassName
{
border-color: #626ADB;
}
</style>