Shades of Medium Slate Blue #6E4CFB
Tints of Medium Slate Blue #6E4CFB
RGB
CMYK
RGB Variations
Color information
#6E4CFB (or 0x6E4CFB) is known color: Medium Slate Blue. HEX triplet: 6E, 4C and FB. RGB value is (110,76,251). Sum of RGB (Red+Green+Blue) = 110+76+251=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CFB is #91B304. Grayscale: #696969. Windows color (decimal): -9548549 or 16469102. OLE color: 16469102.
HSL color Cylindrical-coordinate representation of color #6E4CFB: hue angle of 251.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4CFB is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 110 | 76 | 251 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.02 |
| HSL | 251.66º | 0.96% | 0.64% | - |
| HSV(B) | 251.66º | 0.7% | 0.98% | - |
| XYZ | 26.43 | 15.45 | 92.86 | - |
| YUV | 106.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 76 | 251 | 0.56 | 0.70 | 0 | 0.02 | 251.66 | 0.96 | 0.64 |
| Hex | 6E | 4C | FB | 38 | 46 | 0 | 2 | FC | 60 | 40 |
| Octal | 156 | 114 | 373 | 70 | 106 | 0 | 2 | 374 | 140 | 100 |
| Binary | 1101110 | 1001100 | 11111011 | 111000 | 1000110 | 0 | 10 | 11111100 | 1100000 | 1000000 |
Color Harmonies of #6E4CFB
Complementary color
Monochromatic Colors of #6E4CFB
Black with #6E4CFB
Text Example
Text Example
White with #6E4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4CFB; }
p { color: rgb(110,76,251); }
H1.HeaderClassName
{
color: #6E4CFB;
}
.AnyTagClassName
{
color: #6E4CFB;
}
</style>
background-color css
<style>
a { background-color: #6E4CFB; }
a { background-color: rgb(110,76,251); }
div.DivClassName
{
background-color: #6E4CFB;
}
.BgClassName
{
background-color: #6E4CFB;
}
</style>
border-color css
<style>
span { border-color: #6E4CFB; }
span { border-color: rgb(110,76,251); }
td.TdClassName
{
border-color: #6E4CFB;
}
.TagClassName
{
border-color: #6E4CFB;
}
</style>