Shades of Medium Slate Blue #5F6FFE
Tints of Medium Slate Blue #5F6FFE
RGB
CMYK
RGB Variations
Color information
#5F6FFE (or 0x5F6FFE) is known color: Medium Slate Blue. HEX triplet: 5F, 6F and FE. RGB value is (95,111,254). Sum of RGB (Red+Green+Blue) = 95+111+254=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F6FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F6FFE is #A09001. Grayscale: #797979. Windows color (decimal): -10522626 or 16674655. OLE color: 16674655.
HSL color Cylindrical-coordinate representation of color #5F6FFE: hue angle of 233.96º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F6FFE is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 111 | 254 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.00 |
| HSL | 233.96º | 0.99% | 0.68% | - |
| HSV(B) | 233.96º | 0.63% | 1% | - |
| XYZ | 28.29 | 20.96 | 96.32 | - |
| YUV | 122.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 111 | 254 | 0.63 | 0.56 | 0 | 0.00 | 233.96 | 0.99 | 0.68 |
| Hex | 5F | 6F | FE | 3F | 38 | 0 | 0 | EA | 63 | 44 |
| Octal | 137 | 157 | 376 | 77 | 70 | 0 | 0 | 352 | 143 | 104 |
| Binary | 1011111 | 1101111 | 11111110 | 111111 | 111000 | 0 | 0 | 11101010 | 1100011 | 1000100 |
Color Harmonies of #5F6FFE
Complementary color
Monochromatic Colors of #5F6FFE
Black with #5F6FFE
Text Example
Text Example
White with #5F6FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6FFE; }
p { color: rgb(95,111,254); }
H1.HeaderClassName
{
color: #5F6FFE;
}
.AnyTagClassName
{
color: #5F6FFE;
}
</style>
background-color css
<style>
a { background-color: #5F6FFE; }
a { background-color: rgb(95,111,254); }
div.DivClassName
{
background-color: #5F6FFE;
}
.BgClassName
{
background-color: #5F6FFE;
}
</style>
border-color css
<style>
span { border-color: #5F6FFE; }
span { border-color: rgb(95,111,254); }
td.TdClassName
{
border-color: #5F6FFE;
}
.TagClassName
{
border-color: #5F6FFE;
}
</style>