Shades of Slate Blue #6E4FC1
Tints of Slate Blue #6E4FC1
RGB
CMYK
RGB Variations
Color information
#6E4FC1 (or 0x6E4FC1) is known color: Slate Blue. HEX triplet: 6E, 4F and C1. RGB value is (110,79,193). Sum of RGB (Red+Green+Blue) = 110+79+193=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #6E4FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4FC1 is #91B03E. Grayscale: #646464. Windows color (decimal): -9547839 or 12668782. OLE color: 12668782.
HSL color Cylindrical-coordinate representation of color #6E4FC1: hue angle of 256.32º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E4FC1 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 79 | 193 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.24 |
| HSL | 256.32º | 0.48% | 0.53% | - |
| HSV(B) | 256.32º | 0.59% | 0.76% | - |
| XYZ | 18.85 | 12.76 | 51.92 | - |
| YUV | 101.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 193 | 0.43 | 0.59 | 0 | 0.24 | 256.32 | 0.48 | 0.53 |
| Hex | 6E | 4F | C1 | 2B | 3B | 0 | 18 | 100 | 30 | 35 |
| Octal | 156 | 117 | 301 | 53 | 73 | 0 | 30 | 400 | 60 | 65 |
| Binary | 1101110 | 1001111 | 11000001 | 101011 | 111011 | 0 | 11000 | 100000000 | 110000 | 110101 |
Color Harmonies of #6E4FC1
Complementary color
Monochromatic Colors of #6E4FC1
Black with #6E4FC1
Text Example
Text Example
White with #6E4FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4FC1; }
p { color: rgb(110,79,193); }
H1.HeaderClassName
{
color: #6E4FC1;
}
.AnyTagClassName
{
color: #6E4FC1;
}
</style>
background-color css
<style>
a { background-color: #6E4FC1; }
a { background-color: rgb(110,79,193); }
div.DivClassName
{
background-color: #6E4FC1;
}
.BgClassName
{
background-color: #6E4FC1;
}
</style>
border-color css
<style>
span { border-color: #6E4FC1; }
span { border-color: rgb(110,79,193); }
td.TdClassName
{
border-color: #6E4FC1;
}
.TagClassName
{
border-color: #6E4FC1;
}
</style>