Shades of Medium Slate Blue #6E4BFD
Tints of Medium Slate Blue #6E4BFD
RGB
CMYK
RGB Variations
Color information
#6E4BFD (or 0x6E4BFD) is known color: Medium Slate Blue. HEX triplet: 6E, 4B and FD. RGB value is (110,75,253). Sum of RGB (Red+Green+Blue) = 110+75+253=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E4BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BFD is #91B402. Grayscale: #696969. Windows color (decimal): -9548803 or 16599918. OLE color: 16599918.
HSL color Cylindrical-coordinate representation of color #6E4BFD: hue angle of 251.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E4BFD is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 75 | 253 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.01 |
| HSL | 251.8º | 0.98% | 0.64% | - |
| HSV(B) | 251.8º | 0.7% | 0.99% | - |
| XYZ | 26.68 | 15.44 | 94.5 | - |
| YUV | 105.76 | 211.1 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 253 | 0.57 | 0.70 | 0 | 0.01 | 251.8 | 0.98 | 0.64 |
| Hex | 6E | 4B | FD | 39 | 46 | 0 | 1 | FC | 62 | 40 |
| Octal | 156 | 113 | 375 | 71 | 106 | 0 | 1 | 374 | 142 | 100 |
| Binary | 1101110 | 1001011 | 11111101 | 111001 | 1000110 | 0 | 1 | 11111100 | 1100010 | 1000000 |
Color Harmonies of #6E4BFD
Complementary color
Monochromatic Colors of #6E4BFD
Black with #6E4BFD
Text Example
Text Example
White with #6E4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4BFD; }
p { color: rgb(110,75,253); }
H1.HeaderClassName
{
color: #6E4BFD;
}
.AnyTagClassName
{
color: #6E4BFD;
}
</style>
background-color css
<style>
a { background-color: #6E4BFD; }
a { background-color: rgb(110,75,253); }
div.DivClassName
{
background-color: #6E4BFD;
}
.BgClassName
{
background-color: #6E4BFD;
}
</style>
border-color css
<style>
span { border-color: #6E4BFD; }
span { border-color: rgb(110,75,253); }
td.TdClassName
{
border-color: #6E4BFD;
}
.TagClassName
{
border-color: #6E4BFD;
}
</style>