Shades of Medium Slate Blue #6A5BEC
Tints of Medium Slate Blue #6A5BEC
RGB
CMYK
RGB Variations
Color information
#6A5BEC (or 0x6A5BEC) is known color: Medium Slate Blue. HEX triplet: 6A, 5B and EC. RGB value is (106,91,236). Sum of RGB (Red+Green+Blue) = 106+91+236=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A5BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5BEC is #95A413. Grayscale: #6F6F6F. Windows color (decimal): -9806868 or 15489898. OLE color: 15489898.
HSL color Cylindrical-coordinate representation of color #6A5BEC: hue angle of 246.21º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A5BEC is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 91 | 236 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.07 |
| HSL | 246.21º | 0.79% | 0.64% | - |
| HSV(B) | 246.21º | 0.61% | 0.93% | - |
| XYZ | 24.83 | 16.6 | 81.25 | - |
| YUV | 112.02 | 197.97 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 91 | 236 | 0.55 | 0.61 | 0 | 0.07 | 246.21 | 0.79 | 0.64 |
| Hex | 6A | 5B | EC | 37 | 3D | 0 | 7 | F6 | 4F | 40 |
| Octal | 152 | 133 | 354 | 67 | 75 | 0 | 7 | 366 | 117 | 100 |
| Binary | 1101010 | 1011011 | 11101100 | 110111 | 111101 | 0 | 111 | 11110110 | 1001111 | 1000000 |
Color Harmonies of #6A5BEC
Complementary color
Monochromatic Colors of #6A5BEC
Black with #6A5BEC
Text Example
Text Example
White with #6A5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5BEC; }
p { color: rgb(106,91,236); }
H1.HeaderClassName
{
color: #6A5BEC;
}
.AnyTagClassName
{
color: #6A5BEC;
}
</style>
background-color css
<style>
a { background-color: #6A5BEC; }
a { background-color: rgb(106,91,236); }
div.DivClassName
{
background-color: #6A5BEC;
}
.BgClassName
{
background-color: #6A5BEC;
}
</style>
border-color css
<style>
span { border-color: #6A5BEC; }
span { border-color: rgb(106,91,236); }
td.TdClassName
{
border-color: #6A5BEC;
}
.TagClassName
{
border-color: #6A5BEC;
}
</style>