Shades of Slate Blue #616ED5
Tints of Slate Blue #616ED5
RGB
CMYK
RGB Variations
Color information
#616ED5 (or 0x616ED5) is known color: Slate Blue. HEX triplet: 61, 6E and D5. RGB value is (97,110,213). Sum of RGB (Red+Green+Blue) = 97+110+213=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #616ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED5 is #9E912A. Grayscale: #757575. Windows color (decimal): -10391851 or 13987425. OLE color: 13987425.
HSL color Cylindrical-coordinate representation of color #616ED5: hue angle of 233.28º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #616ED5 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 110 | 213 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.16 |
| HSL | 233.28º | 0.58% | 0.61% | - |
| HSV(B) | 233.28º | 0.54% | 0.84% | - |
| XYZ | 22.52 | 18.5 | 65.33 | - |
| YUV | 117.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 213 | 0.54 | 0.48 | 0 | 0.16 | 233.28 | 0.58 | 0.61 |
| Hex | 61 | 6E | D5 | 36 | 30 | 0 | 10 | E9 | 3A | 3D |
| Octal | 141 | 156 | 325 | 66 | 60 | 0 | 20 | 351 | 72 | 75 |
| Binary | 1100001 | 1101110 | 11010101 | 110110 | 110000 | 0 | 10000 | 11101001 | 111010 | 111101 |
Color Harmonies of #616ED5
Complementary color
Monochromatic Colors of #616ED5
Black with #616ED5
Text Example
Text Example
White with #616ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ED5; }
p { color: rgb(97,110,213); }
H1.HeaderClassName
{
color: #616ED5;
}
.AnyTagClassName
{
color: #616ED5;
}
</style>
background-color css
<style>
a { background-color: #616ED5; }
a { background-color: rgb(97,110,213); }
div.DivClassName
{
background-color: #616ED5;
}
.BgClassName
{
background-color: #616ED5;
}
</style>
border-color css
<style>
span { border-color: #616ED5; }
span { border-color: rgb(97,110,213); }
td.TdClassName
{
border-color: #616ED5;
}
.TagClassName
{
border-color: #616ED5;
}
</style>