Shades of Medium Slate Blue #6F50FF
Tints of Medium Slate Blue #6F50FF
RGB
CMYK
RGB Variations
Color information
#6F50FF (or 0x6F50FF) is known color: Medium Slate Blue. HEX triplet: 6F, 50 and FF. RGB value is (111,80,255). Sum of RGB (Red+Green+Blue) = 111+80+255=446 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.89% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F50FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F50FF is #90AF00. Grayscale: #6C6C6C. Windows color (decimal): -9481985 or 16732271. OLE color: 16732271.
HSL color Cylindrical-coordinate representation of color #6F50FF: hue angle of 250.63º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F50FF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 80 | 255 | - |
| CMYK | 0.56 | 0.69 | 0 | 0 |
| HSL | 250.63º | 1% | 0.66% | - |
| HSV(B) | 250.63º | 0.69% | 1% | - |
| XYZ | 27.47 | 16.34 | 96.31 | - |
| YUV | 109.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 255 | 0.56 | 0.69 | 0 | 0 | 250.63 | 1 | 0.66 |
| Hex | 6F | 50 | FF | 38 | 45 | 0 | 0 | FB | 64 | 42 |
| Octal | 157 | 120 | 377 | 70 | 105 | 0 | 0 | 373 | 144 | 102 |
| Binary | 1101111 | 1010000 | 11111111 | 111000 | 1000101 | 0 | 0 | 11111011 | 1100100 | 1000010 |
Color Harmonies of #6F50FF
Complementary color
Monochromatic Colors of #6F50FF
Black with #6F50FF
Text Example
Text Example
White with #6F50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F50FF; }
p { color: rgb(111,80,255); }
H1.HeaderClassName
{
color: #6F50FF;
}
.AnyTagClassName
{
color: #6F50FF;
}
</style>
background-color css
<style>
a { background-color: #6F50FF; }
a { background-color: rgb(111,80,255); }
div.DivClassName
{
background-color: #6F50FF;
}
.BgClassName
{
background-color: #6F50FF;
}
</style>
border-color css
<style>
span { border-color: #6F50FF; }
span { border-color: rgb(111,80,255); }
td.TdClassName
{
border-color: #6F50FF;
}
.TagClassName
{
border-color: #6F50FF;
}
</style>