Shades of Slate Blue #616EDB
Tints of Slate Blue #616EDB
RGB
CMYK
RGB Variations
Color information
#616EDB (or 0x616EDB) is known color: Slate Blue. HEX triplet: 61, 6E and DB. RGB value is (97,110,219). Sum of RGB (Red+Green+Blue) = 97+110+219=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 110 (43.36% from 255 or 25.82% 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 #616EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EDB is #9E9124. Grayscale: #767676. Windows color (decimal): -10391845 or 14380641. OLE color: 14380641.
HSL color Cylindrical-coordinate representation of color #616EDB: hue angle of 233.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #616EDB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 110 | 219 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.14 |
| HSL | 233.61º | 0.63% | 0.62% | - |
| HSV(B) | 233.61º | 0.56% | 0.86% | - |
| XYZ | 23.29 | 18.81 | 69.42 | - |
| YUV | 118.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 219 | 0.56 | 0.50 | 0 | 0.14 | 233.61 | 0.63 | 0.62 |
| Hex | 61 | 6E | DB | 38 | 32 | 0 | E | EA | 3F | 3E |
| Octal | 141 | 156 | 333 | 70 | 62 | 0 | 16 | 352 | 77 | 76 |
| Binary | 1100001 | 1101110 | 11011011 | 111000 | 110010 | 0 | 1110 | 11101010 | 111111 | 111110 |
Color Harmonies of #616EDB
Complementary color
Monochromatic Colors of #616EDB
Black with #616EDB
Text Example
Text Example
White with #616EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616EDB; }
p { color: rgb(97,110,219); }
H1.HeaderClassName
{
color: #616EDB;
}
.AnyTagClassName
{
color: #616EDB;
}
</style>
background-color css
<style>
a { background-color: #616EDB; }
a { background-color: rgb(97,110,219); }
div.DivClassName
{
background-color: #616EDB;
}
.BgClassName
{
background-color: #616EDB;
}
</style>
border-color css
<style>
span { border-color: #616EDB; }
span { border-color: rgb(97,110,219); }
td.TdClassName
{
border-color: #616EDB;
}
.TagClassName
{
border-color: #616EDB;
}
</style>