Shades of Medium Slate Blue #6160EA
Tints of Medium Slate Blue #6160EA
RGB
CMYK
RGB Variations
Color information
#6160EA (or 0x6160EA) is known color: Medium Slate Blue. HEX triplet: 61, 60 and EA. RGB value is (97,96,234). Sum of RGB (Red+Green+Blue) = 97+96+234=427 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.72% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #6160EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6160EA is #9E9F15. Grayscale: #6F6F6F. Windows color (decimal): -10395414 or 15360097. OLE color: 15360097.
HSL color Cylindrical-coordinate representation of color #6160EA: hue angle of 240.43º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6160EA is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 96 | 234 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.08 |
| HSL | 240.43º | 0.77% | 0.65% | - |
| HSV(B) | 240.43º | 0.59% | 0.92% | - |
| XYZ | 23.96 | 16.85 | 79.83 | - |
| YUV | 112.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 234 | 0.59 | 0.59 | 0 | 0.08 | 240.43 | 0.77 | 0.65 |
| Hex | 61 | 60 | EA | 3B | 3B | 0 | 8 | F0 | 4D | 41 |
| Octal | 141 | 140 | 352 | 73 | 73 | 0 | 10 | 360 | 115 | 101 |
| Binary | 1100001 | 1100000 | 11101010 | 111011 | 111011 | 0 | 1000 | 11110000 | 1001101 | 1000001 |
Color Harmonies of #6160EA
Complementary color
Monochromatic Colors of #6160EA
Black with #6160EA
Text Example
Text Example
White with #6160EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6160EA; }
p { color: rgb(97,96,234); }
H1.HeaderClassName
{
color: #6160EA;
}
.AnyTagClassName
{
color: #6160EA;
}
</style>
background-color css
<style>
a { background-color: #6160EA; }
a { background-color: rgb(97,96,234); }
div.DivClassName
{
background-color: #6160EA;
}
.BgClassName
{
background-color: #6160EA;
}
</style>
border-color css
<style>
span { border-color: #6160EA; }
span { border-color: rgb(97,96,234); }
td.TdClassName
{
border-color: #6160EA;
}
.TagClassName
{
border-color: #6160EA;
}
</style>