Shades of Slate Blue #616DDB
Tints of Slate Blue #616DDB
RGB
CMYK
RGB Variations
Color information
#616DDB (or 0x616DDB) is known color: Slate Blue. HEX triplet: 61, 6D and DB. RGB value is (97,109,219). Sum of RGB (Red+Green+Blue) = 97+109+219=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #616DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DDB is #9E9224. Grayscale: #757575. Windows color (decimal): -10392101 or 14380385. OLE color: 14380385.
HSL color Cylindrical-coordinate representation of color #616DDB: hue angle of 234.1º 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 #616DDB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 109 | 219 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.14 |
| HSL | 234.1º | 0.63% | 0.62% | - |
| HSV(B) | 234.1º | 0.56% | 0.86% | - |
| XYZ | 23.18 | 18.59 | 69.38 | - |
| YUV | 117.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 219 | 0.56 | 0.50 | 0 | 0.14 | 234.1 | 0.63 | 0.62 |
| Hex | 61 | 6D | DB | 38 | 32 | 0 | E | EA | 3F | 3E |
| Octal | 141 | 155 | 333 | 70 | 62 | 0 | 16 | 352 | 77 | 76 |
| Binary | 1100001 | 1101101 | 11011011 | 111000 | 110010 | 0 | 1110 | 11101010 | 111111 | 111110 |
Color Harmonies of #616DDB
Complementary color
Monochromatic Colors of #616DDB
Black with #616DDB
Text Example
Text Example
White with #616DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616DDB; }
p { color: rgb(97,109,219); }
H1.HeaderClassName
{
color: #616DDB;
}
.AnyTagClassName
{
color: #616DDB;
}
</style>
background-color css
<style>
a { background-color: #616DDB; }
a { background-color: rgb(97,109,219); }
div.DivClassName
{
background-color: #616DDB;
}
.BgClassName
{
background-color: #616DDB;
}
</style>
border-color css
<style>
span { border-color: #616DDB; }
span { border-color: rgb(97,109,219); }
td.TdClassName
{
border-color: #616DDB;
}
.TagClassName
{
border-color: #616DDB;
}
</style>