Shades of Medium Slate Blue #6161EF
Tints of Medium Slate Blue #6161EF
RGB
CMYK
RGB Variations
Color information
#6161EF (or 0x6161EF) is known color: Medium Slate Blue. HEX triplet: 61, 61 and EF. RGB value is (97,97,239). Sum of RGB (Red+Green+Blue) = 97+97+239=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #6161EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6161EF is #9E9E10. Grayscale: #707070. Windows color (decimal): -10395153 or 15688033. OLE color: 15688033.
HSL color Cylindrical-coordinate representation of color #6161EF: hue angle of 240º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6161EF is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 97 | 239 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.06 |
| HSL | 240º | 0.82% | 0.66% | - |
| HSV(B) | 240º | 0.59% | 0.94% | - |
| XYZ | 24.78 | 17.32 | 83.7 | - |
| YUV | 113.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 97 | 239 | 0.59 | 0.59 | 0 | 0.06 | 240 | 0.82 | 0.66 |
| Hex | 61 | 61 | EF | 3B | 3B | 0 | 6 | F0 | 52 | 42 |
| Octal | 141 | 141 | 357 | 73 | 73 | 0 | 6 | 360 | 122 | 102 |
| Binary | 1100001 | 1100001 | 11101111 | 111011 | 111011 | 0 | 110 | 11110000 | 1010010 | 1000010 |
Color Harmonies of #6161EF
Complementary color
Monochromatic Colors of #6161EF
Black with #6161EF
Text Example
Text Example
White with #6161EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6161EF; }
p { color: rgb(97,97,239); }
H1.HeaderClassName
{
color: #6161EF;
}
.AnyTagClassName
{
color: #6161EF;
}
</style>
background-color css
<style>
a { background-color: #6161EF; }
a { background-color: rgb(97,97,239); }
div.DivClassName
{
background-color: #6161EF;
}
.BgClassName
{
background-color: #6161EF;
}
</style>
border-color css
<style>
span { border-color: #6161EF; }
span { border-color: rgb(97,97,239); }
td.TdClassName
{
border-color: #6161EF;
}
.TagClassName
{
border-color: #6161EF;
}
</style>