Shades of Medium Slate Blue #6E4FFC
Tints of Medium Slate Blue #6E4FFC
RGB
CMYK
RGB Variations
Color information
#6E4FFC (or 0x6E4FFC) is known color: Medium Slate Blue. HEX triplet: 6E, 4F and FC. RGB value is (110,79,252). Sum of RGB (Red+Green+Blue) = 110+79+252=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E4FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E4FFC is #91B003. Grayscale: #6B6B6B. Windows color (decimal): -9547780 or 16535406. OLE color: 16535406.
HSL color Cylindrical-coordinate representation of color #6E4FFC: hue angle of 250.75º degrees, saturation: 0.97, 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 #6E4FFC is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 79 | 252 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.01 |
| HSL | 250.75º | 0.97% | 0.65% | - |
| HSV(B) | 250.75º | 0.69% | 0.99% | - |
| XYZ | 26.8 | 15.94 | 93.76 | - |
| YUV | 107.99 | 209.27 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 252 | 0.56 | 0.69 | 0 | 0.01 | 250.75 | 0.97 | 0.65 |
| Hex | 6E | 4F | FC | 38 | 45 | 0 | 1 | FB | 61 | 41 |
| Octal | 156 | 117 | 374 | 70 | 105 | 0 | 1 | 373 | 141 | 101 |
| Binary | 1101110 | 1001111 | 11111100 | 111000 | 1000101 | 0 | 1 | 11111011 | 1100001 | 1000001 |
Color Harmonies of #6E4FFC
Complementary color
Monochromatic Colors of #6E4FFC
Black with #6E4FFC
Text Example
Text Example
White with #6E4FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FFC; }
p { color: rgb(110,79,252); }
H1.HeaderClassName
{
color: #6E4FFC;
}
.AnyTagClassName
{
color: #6E4FFC;
}
</style>
background-color css
<style>
a { background-color: #6E4FFC; }
a { background-color: rgb(110,79,252); }
div.DivClassName
{
background-color: #6E4FFC;
}
.BgClassName
{
background-color: #6E4FFC;
}
</style>
border-color css
<style>
span { border-color: #6E4FFC; }
span { border-color: rgb(110,79,252); }
td.TdClassName
{
border-color: #6E4FFC;
}
.TagClassName
{
border-color: #6E4FFC;
}
</style>