Shades of Medium Slate Blue #6F50FE
Tints of Medium Slate Blue #6F50FE
RGB
CMYK
RGB Variations
Color information
#6F50FE (or 0x6F50FE) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and FE. RGB value is (111,80,254). Sum of RGB (Red+Green+Blue) = 111+80+254=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F50FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50FE is #90AF01. Grayscale: #6C6C6C. Windows color (decimal): -9481986 or 16666735. OLE color: 16666735.
HSL color Cylindrical-coordinate representation of color #6F50FE: hue angle of 250.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F50FE is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 80 | 254 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.00 |
| HSL | 250.69º | 0.99% | 0.65% | - |
| HSV(B) | 250.69º | 0.69% | 1% | - |
| XYZ | 27.31 | 16.27 | 95.47 | - |
| YUV | 109.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 254 | 0.56 | 0.69 | 0 | 0.00 | 250.69 | 0.99 | 0.65 |
| Hex | 6F | 50 | FE | 38 | 45 | 0 | 0 | FB | 63 | 41 |
| Octal | 157 | 120 | 376 | 70 | 105 | 0 | 0 | 373 | 143 | 101 |
| Binary | 1101111 | 1010000 | 11111110 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100011 | 1000001 |
Color Harmonies of #6F50FE
Complementary color
Monochromatic Colors of #6F50FE
Black with #6F50FE
Text Example
Text Example
White with #6F50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50FE; }
p { color: rgb(111,80,254); }
H1.HeaderClassName
{
color: #6F50FE;
}
.AnyTagClassName
{
color: #6F50FE;
}
</style>
background-color css
<style>
a { background-color: #6F50FE; }
a { background-color: rgb(111,80,254); }
div.DivClassName
{
background-color: #6F50FE;
}
.BgClassName
{
background-color: #6F50FE;
}
</style>
border-color css
<style>
span { border-color: #6F50FE; }
span { border-color: rgb(111,80,254); }
td.TdClassName
{
border-color: #6F50FE;
}
.TagClassName
{
border-color: #6F50FE;
}
</style>