Shades of Medium Slate Blue #5F68EE
Tints of Medium Slate Blue #5F68EE
RGB
CMYK
RGB Variations
Color information
#5F68EE (or 0x5F68EE) is known color: Medium Slate Blue. HEX triplet: 5F, 68 and EE. RGB value is (95,104,238). Sum of RGB (Red+Green+Blue) = 95+104+238=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #5F68EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F68EE is #A09711. Grayscale: #747474. Windows color (decimal): -10524434 or 15624287. OLE color: 15624287.
HSL color Cylindrical-coordinate representation of color #5F68EE: hue angle of 236.22º degrees, saturation: 0.81, 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 #5F68EE is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 104 | 238 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.07 |
| HSL | 236.22º | 0.81% | 0.65% | - |
| HSV(B) | 236.22º | 0.6% | 0.93% | - |
| XYZ | 25.1 | 18.51 | 83.14 | - |
| YUV | 116.59 | 196.52 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 238 | 0.60 | 0.56 | 0 | 0.07 | 236.22 | 0.81 | 0.65 |
| Hex | 5F | 68 | EE | 3C | 38 | 0 | 7 | EC | 51 | 41 |
| Octal | 137 | 150 | 356 | 74 | 70 | 0 | 7 | 354 | 121 | 101 |
| Binary | 1011111 | 1101000 | 11101110 | 111100 | 111000 | 0 | 111 | 11101100 | 1010001 | 1000001 |
Color Harmonies of #5F68EE
Complementary color
Monochromatic Colors of #5F68EE
Black with #5F68EE
Text Example
Text Example
White with #5F68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68EE; }
p { color: rgb(95,104,238); }
H1.HeaderClassName
{
color: #5F68EE;
}
.AnyTagClassName
{
color: #5F68EE;
}
</style>
background-color css
<style>
a { background-color: #5F68EE; }
a { background-color: rgb(95,104,238); }
div.DivClassName
{
background-color: #5F68EE;
}
.BgClassName
{
background-color: #5F68EE;
}
</style>
border-color css
<style>
span { border-color: #5F68EE; }
span { border-color: rgb(95,104,238); }
td.TdClassName
{
border-color: #5F68EE;
}
.TagClassName
{
border-color: #5F68EE;
}
</style>