Shades of Medium Slate Blue #6F4BFF
Tints of Medium Slate Blue #6F4BFF
RGB
CMYK
RGB Variations
Color information
#6F4BFF (or 0x6F4BFF) is known color: Medium Slate Blue. HEX triplet: 6F, 4B and FF. RGB value is (111,75,255). Sum of RGB (Red+Green+Blue) = 111+75+255=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F4BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4BFF is #90B400. Grayscale: #696969. Windows color (decimal): -9483265 or 16730991. OLE color: 16730991.
HSL color Cylindrical-coordinate representation of color #6F4BFF: hue angle of 252º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F4BFF is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 75 | 255 | - |
| CMYK | 0.56 | 0.71 | 0 | 0 |
| HSL | 252º | 1% | 0.65% | - |
| HSV(B) | 252º | 0.71% | 1% | - |
| XYZ | 27.12 | 15.63 | 96.2 | - |
| YUV | 106.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 255 | 0.56 | 0.71 | 0 | 0 | 252 | 1 | 0.65 |
| Hex | 6F | 4B | FF | 38 | 47 | 0 | 0 | FC | 64 | 41 |
| Octal | 157 | 113 | 377 | 70 | 107 | 0 | 0 | 374 | 144 | 101 |
| Binary | 1101111 | 1001011 | 11111111 | 111000 | 1000111 | 0 | 0 | 11111100 | 1100100 | 1000001 |
Color Harmonies of #6F4BFF
Complementary color
Monochromatic Colors of #6F4BFF
Black with #6F4BFF
Text Example
Text Example
White with #6F4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BFF; }
p { color: rgb(111,75,255); }
H1.HeaderClassName
{
color: #6F4BFF;
}
.AnyTagClassName
{
color: #6F4BFF;
}
</style>
background-color css
<style>
a { background-color: #6F4BFF; }
a { background-color: rgb(111,75,255); }
div.DivClassName
{
background-color: #6F4BFF;
}
.BgClassName
{
background-color: #6F4BFF;
}
</style>
border-color css
<style>
span { border-color: #6F4BFF; }
span { border-color: rgb(111,75,255); }
td.TdClassName
{
border-color: #6F4BFF;
}
.TagClassName
{
border-color: #6F4BFF;
}
</style>