Shades of Medium Slate Blue #6F59FF
Tints of Medium Slate Blue #6F59FF
RGB
CMYK
RGB Variations
Color information
#6F59FF (or 0x6F59FF) is known color: Medium Slate Blue. HEX triplet: 6F, 59 and FF. RGB value is (111,89,255). Sum of RGB (Red+Green+Blue) = 111+89+255=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F59FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F59FF is #90A600. Grayscale: #717171. Windows color (decimal): -9479681 or 16734575. OLE color: 16734575.
HSL color Cylindrical-coordinate representation of color #6F59FF: hue angle of 247.95º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F59FF is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 89 | 255 | - |
| CMYK | 0.56 | 0.65 | 0 | 0 |
| HSL | 247.95º | 1% | 0.67% | - |
| HSV(B) | 247.95º | 0.65% | 1% | - |
| XYZ | 28.18 | 17.74 | 96.55 | - |
| YUV | 114.5 | 207.29 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 255 | 0.56 | 0.65 | 0 | 0 | 247.95 | 1 | 0.67 |
| Hex | 6F | 59 | FF | 38 | 41 | 0 | 0 | F8 | 64 | 43 |
| Octal | 157 | 131 | 377 | 70 | 101 | 0 | 0 | 370 | 144 | 103 |
| Binary | 1101111 | 1011001 | 11111111 | 111000 | 1000001 | 0 | 0 | 11111000 | 1100100 | 1000011 |
Color Harmonies of #6F59FF
Complementary color
Monochromatic Colors of #6F59FF
Black with #6F59FF
Text Example
Text Example
White with #6F59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F59FF; }
p { color: rgb(111,89,255); }
H1.HeaderClassName
{
color: #6F59FF;
}
.AnyTagClassName
{
color: #6F59FF;
}
</style>
background-color css
<style>
a { background-color: #6F59FF; }
a { background-color: rgb(111,89,255); }
div.DivClassName
{
background-color: #6F59FF;
}
.BgClassName
{
background-color: #6F59FF;
}
</style>
border-color css
<style>
span { border-color: #6F59FF; }
span { border-color: rgb(111,89,255); }
td.TdClassName
{
border-color: #6F59FF;
}
.TagClassName
{
border-color: #6F59FF;
}
</style>