Shades of Medium Slate Blue #615BEA
Tints of Medium Slate Blue #615BEA
RGB
CMYK
RGB Variations
Color information
#615BEA (or 0x615BEA) is known color: Medium Slate Blue. HEX triplet: 61, 5B and EA. RGB value is (97,91,234). Sum of RGB (Red+Green+Blue) = 97+91+234=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #615BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #615BEA is #9EA415. Grayscale: #6C6C6C. Windows color (decimal): -10396694 or 15358817. OLE color: 15358817.
HSL color Cylindrical-coordinate representation of color #615BEA: hue angle of 242.52º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615BEA is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 91 | 234 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.08 |
| HSL | 242.52º | 0.77% | 0.64% | - |
| HSV(B) | 242.52º | 0.61% | 0.92% | - |
| XYZ | 23.52 | 15.96 | 79.68 | - |
| YUV | 109.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 234 | 0.59 | 0.61 | 0 | 0.08 | 242.52 | 0.77 | 0.64 |
| Hex | 61 | 5B | EA | 3B | 3D | 0 | 8 | F3 | 4D | 40 |
| Octal | 141 | 133 | 352 | 73 | 75 | 0 | 10 | 363 | 115 | 100 |
| Binary | 1100001 | 1011011 | 11101010 | 111011 | 111101 | 0 | 1000 | 11110011 | 1001101 | 1000000 |
Color Harmonies of #615BEA
Complementary color
Monochromatic Colors of #615BEA
Black with #615BEA
Text Example
Text Example
White with #615BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615BEA; }
p { color: rgb(97,91,234); }
H1.HeaderClassName
{
color: #615BEA;
}
.AnyTagClassName
{
color: #615BEA;
}
</style>
background-color css
<style>
a { background-color: #615BEA; }
a { background-color: rgb(97,91,234); }
div.DivClassName
{
background-color: #615BEA;
}
.BgClassName
{
background-color: #615BEA;
}
</style>
border-color css
<style>
span { border-color: #615BEA; }
span { border-color: rgb(97,91,234); }
td.TdClassName
{
border-color: #615BEA;
}
.TagClassName
{
border-color: #615BEA;
}
</style>