Shades of Medium Slate Blue #5F6AEC
Tints of Medium Slate Blue #5F6AEC
RGB
CMYK
RGB Variations
Color information
#5F6AEC (or 0x5F6AEC) is known color: Medium Slate Blue. HEX triplet: 5F, 6A and EC. RGB value is (95,106,236). Sum of RGB (Red+Green+Blue) = 95+106+236=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #5F6AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6AEC is #A09513. Grayscale: #757575. Windows color (decimal): -10523924 or 15493727. OLE color: 15493727.
HSL color Cylindrical-coordinate representation of color #5F6AEC: hue angle of 235.32º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F6AEC is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 106 | 236 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.07 |
| HSL | 235.32º | 0.79% | 0.65% | - |
| HSV(B) | 235.32º | 0.6% | 0.93% | - |
| XYZ | 25.01 | 18.8 | 81.67 | - |
| YUV | 117.53 | 194.86 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 106 | 236 | 0.60 | 0.55 | 0 | 0.07 | 235.32 | 0.79 | 0.65 |
| Hex | 5F | 6A | EC | 3C | 37 | 0 | 7 | EB | 4F | 41 |
| Octal | 137 | 152 | 354 | 74 | 67 | 0 | 7 | 353 | 117 | 101 |
| Binary | 1011111 | 1101010 | 11101100 | 111100 | 110111 | 0 | 111 | 11101011 | 1001111 | 1000001 |
Color Harmonies of #5F6AEC
Complementary color
Monochromatic Colors of #5F6AEC
Black with #5F6AEC
Text Example
Text Example
White with #5F6AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6AEC; }
p { color: rgb(95,106,236); }
H1.HeaderClassName
{
color: #5F6AEC;
}
.AnyTagClassName
{
color: #5F6AEC;
}
</style>
background-color css
<style>
a { background-color: #5F6AEC; }
a { background-color: rgb(95,106,236); }
div.DivClassName
{
background-color: #5F6AEC;
}
.BgClassName
{
background-color: #5F6AEC;
}
</style>
border-color css
<style>
span { border-color: #5F6AEC; }
span { border-color: rgb(95,106,236); }
td.TdClassName
{
border-color: #5F6AEC;
}
.TagClassName
{
border-color: #5F6AEC;
}
</style>