Shades of Medium Slate Blue #6F4DFC
Tints of Medium Slate Blue #6F4DFC
RGB
CMYK
RGB Variations
Color information
#6F4DFC (or 0x6F4DFC) is known color: Medium Slate Blue. HEX triplet: 6F, 4D and FC. RGB value is (111,77,252). Sum of RGB (Red+Green+Blue) = 111+77+252=440 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.23% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #6F4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4DFC is #90B203. Grayscale: #6A6A6A. Windows color (decimal): -9482756 or 16534895. OLE color: 16534895.
HSL color Cylindrical-coordinate representation of color #6F4DFC: hue angle of 251.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F4DFC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 77 | 252 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.01 |
| HSL | 251.66º | 0.97% | 0.65% | - |
| HSV(B) | 251.66º | 0.69% | 0.99% | - |
| XYZ | 26.78 | 15.72 | 93.72 | - |
| YUV | 107.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 252 | 0.56 | 0.69 | 0 | 0.01 | 251.66 | 0.97 | 0.65 |
| Hex | 6F | 4D | FC | 38 | 45 | 0 | 1 | FC | 61 | 41 |
| Octal | 157 | 115 | 374 | 70 | 105 | 0 | 1 | 374 | 141 | 101 |
| Binary | 1101111 | 1001101 | 11111100 | 111000 | 1000101 | 0 | 1 | 11111100 | 1100001 | 1000001 |
Color Harmonies of #6F4DFC
Complementary color
Monochromatic Colors of #6F4DFC
Black with #6F4DFC
Text Example
Text Example
White with #6F4DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4DFC; }
p { color: rgb(111,77,252); }
H1.HeaderClassName
{
color: #6F4DFC;
}
.AnyTagClassName
{
color: #6F4DFC;
}
</style>
background-color css
<style>
a { background-color: #6F4DFC; }
a { background-color: rgb(111,77,252); }
div.DivClassName
{
background-color: #6F4DFC;
}
.BgClassName
{
background-color: #6F4DFC;
}
</style>
border-color css
<style>
span { border-color: #6F4DFC; }
span { border-color: rgb(111,77,252); }
td.TdClassName
{
border-color: #6F4DFC;
}
.TagClassName
{
border-color: #6F4DFC;
}
</style>