Shades of Medium Slate Blue #5F68EB
Tints of Medium Slate Blue #5F68EB
RGB
CMYK
RGB Variations
Color information
#5F68EB (or 0x5F68EB) is known color: Medium Slate Blue. HEX triplet: 5F, 68 and EB. RGB value is (95,104,235). Sum of RGB (Red+Green+Blue) = 95+104+235=434 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.89% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F68EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F68EB is #A09714. Grayscale: #737373. Windows color (decimal): -10524437 or 15427679. OLE color: 15427679.
HSL color Cylindrical-coordinate representation of color #5F68EB: hue angle of 236.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F68EB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 104 | 235 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.08 |
| HSL | 236.14º | 0.78% | 0.65% | - |
| HSV(B) | 236.14º | 0.6% | 0.92% | - |
| XYZ | 24.67 | 18.33 | 80.84 | - |
| YUV | 116.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 104 | 235 | 0.60 | 0.56 | 0 | 0.08 | 236.14 | 0.78 | 0.65 |
| Hex | 5F | 68 | EB | 3C | 38 | 0 | 8 | EC | 4E | 41 |
| Octal | 137 | 150 | 353 | 74 | 70 | 0 | 10 | 354 | 116 | 101 |
| Binary | 1011111 | 1101000 | 11101011 | 111100 | 111000 | 0 | 1000 | 11101100 | 1001110 | 1000001 |
Color Harmonies of #5F68EB
Complementary color
Monochromatic Colors of #5F68EB
Black with #5F68EB
Text Example
Text Example
White with #5F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F68EB; }
p { color: rgb(95,104,235); }
H1.HeaderClassName
{
color: #5F68EB;
}
.AnyTagClassName
{
color: #5F68EB;
}
</style>
background-color css
<style>
a { background-color: #5F68EB; }
a { background-color: rgb(95,104,235); }
div.DivClassName
{
background-color: #5F68EB;
}
.BgClassName
{
background-color: #5F68EB;
}
</style>
border-color css
<style>
span { border-color: #5F68EB; }
span { border-color: rgb(95,104,235); }
td.TdClassName
{
border-color: #5F68EB;
}
.TagClassName
{
border-color: #5F68EB;
}
</style>