Shades of Medium Slate Blue #6F5EFF
Tints of Medium Slate Blue #6F5EFF
RGB
CMYK
RGB Variations
Color information
#6F5EFF (or 0x6F5EFF) is known color: Medium Slate Blue. HEX triplet: 6F, 5E and FF. RGB value is (111,94,255). Sum of RGB (Red+Green+Blue) = 111+94+255=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F5EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5EFF is #90A100. Grayscale: #747474. Windows color (decimal): -9478401 or 16735855. OLE color: 16735855.
HSL color Cylindrical-coordinate representation of color #6F5EFF: hue angle of 246.34º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5EFF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 94 | 255 | - |
| CMYK | 0.56 | 0.63 | 0 | 0 |
| HSL | 246.34º | 1% | 0.68% | - |
| HSV(B) | 246.34º | 0.63% | 1% | - |
| XYZ | 28.61 | 18.6 | 96.69 | - |
| YUV | 117.44 | 205.63 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 255 | 0.56 | 0.63 | 0 | 0 | 246.34 | 1 | 0.68 |
| Hex | 6F | 5E | FF | 38 | 3F | 0 | 0 | F6 | 64 | 44 |
| Octal | 157 | 136 | 377 | 70 | 77 | 0 | 0 | 366 | 144 | 104 |
| Binary | 1101111 | 1011110 | 11111111 | 111000 | 111111 | 0 | 0 | 11110110 | 1100100 | 1000100 |
Color Harmonies of #6F5EFF
Complementary color
Monochromatic Colors of #6F5EFF
Black with #6F5EFF
Text Example
Text Example
White with #6F5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5EFF; }
p { color: rgb(111,94,255); }
H1.HeaderClassName
{
color: #6F5EFF;
}
.AnyTagClassName
{
color: #6F5EFF;
}
</style>
background-color css
<style>
a { background-color: #6F5EFF; }
a { background-color: rgb(111,94,255); }
div.DivClassName
{
background-color: #6F5EFF;
}
.BgClassName
{
background-color: #6F5EFF;
}
</style>
border-color css
<style>
span { border-color: #6F5EFF; }
span { border-color: rgb(111,94,255); }
td.TdClassName
{
border-color: #6F5EFF;
}
.TagClassName
{
border-color: #6F5EFF;
}
</style>