Shades of Slate Blue #616BDB
Tints of Slate Blue #616BDB
RGB
CMYK
RGB Variations
Color information
#616BDB (or 0x616BDB) is known color: Slate Blue. HEX triplet: 61, 6B and DB. RGB value is (97,107,219). Sum of RGB (Red+Green+Blue) = 97+107+219=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 107 (42.19% from 255 or 25.30% 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 #616BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BDB is #9E9424. Grayscale: #747474. Windows color (decimal): -10392613 or 14379873. OLE color: 14379873.
HSL color Cylindrical-coordinate representation of color #616BDB: hue angle of 235.08º 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 #616BDB is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 107 | 219 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.14 |
| HSL | 235.08º | 0.63% | 0.62% | - |
| HSV(B) | 235.08º | 0.56% | 0.86% | - |
| XYZ | 22.97 | 18.17 | 69.31 | - |
| YUV | 116.78 | 185.69 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 219 | 0.56 | 0.51 | 0 | 0.14 | 235.08 | 0.63 | 0.62 |
| Hex | 61 | 6B | DB | 38 | 33 | 0 | E | EB | 3F | 3E |
| Octal | 141 | 153 | 333 | 70 | 63 | 0 | 16 | 353 | 77 | 76 |
| Binary | 1100001 | 1101011 | 11011011 | 111000 | 110011 | 0 | 1110 | 11101011 | 111111 | 111110 |
Color Harmonies of #616BDB
Complementary color
Monochromatic Colors of #616BDB
Black with #616BDB
Text Example
Text Example
White with #616BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616BDB; }
p { color: rgb(97,107,219); }
H1.HeaderClassName
{
color: #616BDB;
}
.AnyTagClassName
{
color: #616BDB;
}
</style>
background-color css
<style>
a { background-color: #616BDB; }
a { background-color: rgb(97,107,219); }
div.DivClassName
{
background-color: #616BDB;
}
.BgClassName
{
background-color: #616BDB;
}
</style>
border-color css
<style>
span { border-color: #616BDB; }
span { border-color: rgb(97,107,219); }
td.TdClassName
{
border-color: #616BDB;
}
.TagClassName
{
border-color: #616BDB;
}
</style>