Shades of Medium Slate Blue #6F56FE
Tints of Medium Slate Blue #6F56FE
RGB
CMYK
RGB Variations
Color information
#6F56FE (or 0x6F56FE) is known color: Medium Slate Blue. HEX triplet: 6F, 56 and FE. RGB value is (111,86,254). Sum of RGB (Red+Green+Blue) = 111+86+254=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F56FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F56FE is #90A901. Grayscale: #6F6F6F. Windows color (decimal): -9480450 or 16668271. OLE color: 16668271.
HSL color Cylindrical-coordinate representation of color #6F56FE: hue angle of 248.93º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F56FE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 86 | 254 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.00 |
| HSL | 248.93º | 0.99% | 0.67% | - |
| HSV(B) | 248.93º | 0.66% | 1% | - |
| XYZ | 27.77 | 17.19 | 95.62 | - |
| YUV | 112.63 | 207.78 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 254 | 0.56 | 0.66 | 0 | 0.00 | 248.93 | 0.99 | 0.67 |
| Hex | 6F | 56 | FE | 38 | 42 | 0 | 0 | F9 | 63 | 43 |
| Octal | 157 | 126 | 376 | 70 | 102 | 0 | 0 | 371 | 143 | 103 |
| Binary | 1101111 | 1010110 | 11111110 | 111000 | 1000010 | 0 | 0 | 11111001 | 1100011 | 1000011 |
Color Harmonies of #6F56FE
Complementary color
Monochromatic Colors of #6F56FE
Black with #6F56FE
Text Example
Text Example
White with #6F56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F56FE; }
p { color: rgb(111,86,254); }
H1.HeaderClassName
{
color: #6F56FE;
}
.AnyTagClassName
{
color: #6F56FE;
}
</style>
background-color css
<style>
a { background-color: #6F56FE; }
a { background-color: rgb(111,86,254); }
div.DivClassName
{
background-color: #6F56FE;
}
.BgClassName
{
background-color: #6F56FE;
}
</style>
border-color css
<style>
span { border-color: #6F56FE; }
span { border-color: rgb(111,86,254); }
td.TdClassName
{
border-color: #6F56FE;
}
.TagClassName
{
border-color: #6F56FE;
}
</style>