Shades of Medium Slate Blue #6E4FFD
Tints of Medium Slate Blue #6E4FFD
RGB
CMYK
RGB Variations
Color information
#6E4FFD (or 0x6E4FFD) is known color: Medium Slate Blue. HEX triplet: 6E, 4F and FD. RGB value is (110,79,253). Sum of RGB (Red+Green+Blue) = 110+79+253=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E4FFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4FFD is #91B002. Grayscale: #6B6B6B. Windows color (decimal): -9547779 or 16600942. OLE color: 16600942.
HSL color Cylindrical-coordinate representation of color #6E4FFD: hue angle of 250.69º degrees, saturation: 0.98, 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 #6E4FFD is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 79 | 253 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.01 |
| HSL | 250.69º | 0.98% | 0.65% | - |
| HSV(B) | 250.69º | 0.69% | 0.99% | - |
| XYZ | 26.96 | 16 | 94.6 | - |
| YUV | 108.11 | 209.77 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 253 | 0.57 | 0.69 | 0 | 0.01 | 250.69 | 0.98 | 0.65 |
| Hex | 6E | 4F | FD | 39 | 45 | 0 | 1 | FB | 62 | 41 |
| Octal | 156 | 117 | 375 | 71 | 105 | 0 | 1 | 373 | 142 | 101 |
| Binary | 1101110 | 1001111 | 11111101 | 111001 | 1000101 | 0 | 1 | 11111011 | 1100010 | 1000001 |
Color Harmonies of #6E4FFD
Complementary color
Monochromatic Colors of #6E4FFD
Black with #6E4FFD
Text Example
Text Example
White with #6E4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FFD; }
p { color: rgb(110,79,253); }
H1.HeaderClassName
{
color: #6E4FFD;
}
.AnyTagClassName
{
color: #6E4FFD;
}
</style>
background-color css
<style>
a { background-color: #6E4FFD; }
a { background-color: rgb(110,79,253); }
div.DivClassName
{
background-color: #6E4FFD;
}
.BgClassName
{
background-color: #6E4FFD;
}
</style>
border-color css
<style>
span { border-color: #6E4FFD; }
span { border-color: rgb(110,79,253); }
td.TdClassName
{
border-color: #6E4FFD;
}
.TagClassName
{
border-color: #6E4FFD;
}
</style>