Shades of Medium Slate Blue #6F4BEC
Tints of Medium Slate Blue #6F4BEC
RGB
CMYK
RGB Variations
Color information
#6F4BEC (or 0x6F4BEC) is known color: Medium Slate Blue. HEX triplet: 6F, 4B and EC. RGB value is (111,75,236). Sum of RGB (Red+Green+Blue) = 111+75+236=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F4BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4BEC is #90B413. Grayscale: #676767. Windows color (decimal): -9483284 or 15485807. OLE color: 15485807.
HSL color Cylindrical-coordinate representation of color #6F4BEC: hue angle of 253.42º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F4BEC is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 75 | 236 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.07 |
| HSL | 253.42º | 0.81% | 0.61% | - |
| HSV(B) | 253.42º | 0.68% | 0.93% | - |
| XYZ | 24.21 | 14.47 | 80.87 | - |
| YUV | 104.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 236 | 0.53 | 0.68 | 0 | 0.07 | 253.42 | 0.81 | 0.61 |
| Hex | 6F | 4B | EC | 35 | 44 | 0 | 7 | FD | 51 | 3D |
| Octal | 157 | 113 | 354 | 65 | 104 | 0 | 7 | 375 | 121 | 75 |
| Binary | 1101111 | 1001011 | 11101100 | 110101 | 1000100 | 0 | 111 | 11111101 | 1010001 | 111101 |
Color Harmonies of #6F4BEC
Complementary color
Monochromatic Colors of #6F4BEC
Black with #6F4BEC
Text Example
Text Example
White with #6F4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4BEC; }
p { color: rgb(111,75,236); }
H1.HeaderClassName
{
color: #6F4BEC;
}
.AnyTagClassName
{
color: #6F4BEC;
}
</style>
background-color css
<style>
a { background-color: #6F4BEC; }
a { background-color: rgb(111,75,236); }
div.DivClassName
{
background-color: #6F4BEC;
}
.BgClassName
{
background-color: #6F4BEC;
}
</style>
border-color css
<style>
span { border-color: #6F4BEC; }
span { border-color: rgb(111,75,236); }
td.TdClassName
{
border-color: #6F4BEC;
}
.TagClassName
{
border-color: #6F4BEC;
}
</style>