Shades of Slate Blue #616ED6
Tints of Slate Blue #616ED6
RGB
CMYK
RGB Variations
Color information
#616ED6 (or 0x616ED6) is known color: Slate Blue. HEX triplet: 61, 6E and D6. RGB value is (97,110,214). Sum of RGB (Red+Green+Blue) = 97+110+214=421 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.04% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 214 (83.98% from 255 or 50.83% from 421); Max value from RGB is 214 - color contains mainly: blue. Hex color #616ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616ED6 is #9E9129. Grayscale: #757575. Windows color (decimal): -10391850 or 14052961. OLE color: 14052961.
HSL color Cylindrical-coordinate representation of color #616ED6: hue angle of 233.33º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #616ED6 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 110 | 214 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.16 |
| HSL | 233.33º | 0.59% | 0.61% | - |
| HSV(B) | 233.33º | 0.55% | 0.84% | - |
| XYZ | 22.64 | 18.55 | 66.01 | - |
| YUV | 117.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 214 | 0.55 | 0.49 | 0 | 0.16 | 233.33 | 0.59 | 0.61 |
| Hex | 61 | 6E | D6 | 37 | 31 | 0 | 10 | E9 | 3B | 3D |
| Octal | 141 | 156 | 326 | 67 | 61 | 0 | 20 | 351 | 73 | 75 |
| Binary | 1100001 | 1101110 | 11010110 | 110111 | 110001 | 0 | 10000 | 11101001 | 111011 | 111101 |
Color Harmonies of #616ED6
Complementary color
Monochromatic Colors of #616ED6
Black with #616ED6
Text Example
Text Example
White with #616ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616ED6; }
p { color: rgb(97,110,214); }
H1.HeaderClassName
{
color: #616ED6;
}
.AnyTagClassName
{
color: #616ED6;
}
</style>
background-color css
<style>
a { background-color: #616ED6; }
a { background-color: rgb(97,110,214); }
div.DivClassName
{
background-color: #616ED6;
}
.BgClassName
{
background-color: #616ED6;
}
</style>
border-color css
<style>
span { border-color: #616ED6; }
span { border-color: rgb(97,110,214); }
td.TdClassName
{
border-color: #616ED6;
}
.TagClassName
{
border-color: #616ED6;
}
</style>