Shades of Medium Slate Blue #6F5CFF
Tints of Medium Slate Blue #6F5CFF
RGB
CMYK
RGB Variations
Color information
#6F5CFF (or 0x6F5CFF) is known color: Medium Slate Blue. HEX triplet: 6F, 5C and FF. RGB value is (111,92,255). Sum of RGB (Red+Green+Blue) = 111+92+255=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 92 (36.33% from 255 or 20.09% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F5CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5CFF is #90A300. Grayscale: #737373. Windows color (decimal): -9478913 or 16735343. OLE color: 16735343.
HSL color Cylindrical-coordinate representation of color #6F5CFF: hue angle of 246.99º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F5CFF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 92 | 255 | - |
| CMYK | 0.56 | 0.64 | 0 | 0 |
| HSL | 246.99º | 1% | 0.68% | - |
| HSV(B) | 246.99º | 0.64% | 1% | - |
| XYZ | 28.43 | 18.25 | 96.63 | - |
| YUV | 116.26 | 206.29 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 92 | 255 | 0.56 | 0.64 | 0 | 0 | 246.99 | 1 | 0.68 |
| Hex | 6F | 5C | FF | 38 | 40 | 0 | 0 | F7 | 64 | 44 |
| Octal | 157 | 134 | 377 | 70 | 100 | 0 | 0 | 367 | 144 | 104 |
| Binary | 1101111 | 1011100 | 11111111 | 111000 | 1000000 | 0 | 0 | 11110111 | 1100100 | 1000100 |
Color Harmonies of #6F5CFF
Complementary color
Monochromatic Colors of #6F5CFF
Black with #6F5CFF
Text Example
Text Example
White with #6F5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5CFF; }
p { color: rgb(111,92,255); }
H1.HeaderClassName
{
color: #6F5CFF;
}
.AnyTagClassName
{
color: #6F5CFF;
}
</style>
background-color css
<style>
a { background-color: #6F5CFF; }
a { background-color: rgb(111,92,255); }
div.DivClassName
{
background-color: #6F5CFF;
}
.BgClassName
{
background-color: #6F5CFF;
}
</style>
border-color css
<style>
span { border-color: #6F5CFF; }
span { border-color: rgb(111,92,255); }
td.TdClassName
{
border-color: #6F5CFF;
}
.TagClassName
{
border-color: #6F5CFF;
}
</style>