Shades of Medium Slate Blue #6F4AFB
Tints of Medium Slate Blue #6F4AFB
RGB
CMYK
RGB Variations
Color information
#6F4AFB (or 0x6F4AFB) is known color: Medium Slate Blue. HEX triplet: 6F, 4A and FB. RGB value is (111,74,251). Sum of RGB (Red+Green+Blue) = 111+74+251=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F4AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4AFB is #90B504. Grayscale: #686868. Windows color (decimal): -9483525 or 16468591. OLE color: 16468591.
HSL color Cylindrical-coordinate representation of color #6F4AFB: hue angle of 252.54º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F4AFB is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 74 | 251 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.02 |
| HSL | 252.54º | 0.96% | 0.64% | - |
| HSV(B) | 252.54º | 0.71% | 0.98% | - |
| XYZ | 26.42 | 15.24 | 92.82 | - |
| YUV | 105.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 251 | 0.56 | 0.71 | 0 | 0.02 | 252.54 | 0.96 | 0.64 |
| Hex | 6F | 4A | FB | 38 | 47 | 0 | 2 | FD | 60 | 40 |
| Octal | 157 | 112 | 373 | 70 | 107 | 0 | 2 | 375 | 140 | 100 |
| Binary | 1101111 | 1001010 | 11111011 | 111000 | 1000111 | 0 | 10 | 11111101 | 1100000 | 1000000 |
Color Harmonies of #6F4AFB
Complementary color
Monochromatic Colors of #6F4AFB
Black with #6F4AFB
Text Example
Text Example
White with #6F4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4AFB; }
p { color: rgb(111,74,251); }
H1.HeaderClassName
{
color: #6F4AFB;
}
.AnyTagClassName
{
color: #6F4AFB;
}
</style>
background-color css
<style>
a { background-color: #6F4AFB; }
a { background-color: rgb(111,74,251); }
div.DivClassName
{
background-color: #6F4AFB;
}
.BgClassName
{
background-color: #6F4AFB;
}
</style>
border-color css
<style>
span { border-color: #6F4AFB; }
span { border-color: rgb(111,74,251); }
td.TdClassName
{
border-color: #6F4AFB;
}
.TagClassName
{
border-color: #6F4AFB;
}
</style>