Shades of Blue Marguerite #6E5EAE
Tints of Blue Marguerite #6E5EAE
RGB
CMYK
RGB Variations
Color information
#6E5EAE (or 0x6E5EAE) is known color: Blue Marguerite. HEX triplet: 6E, 5E and AE. RGB value is (110,94,174). Sum of RGB (Red+Green+Blue) = 110+94+174=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5EAE is #91A151. Grayscale: #6B6B6B. Windows color (decimal): -9544018 or 11427438. OLE color: 11427438.
HSL color Cylindrical-coordinate representation of color #6E5EAE: hue angle of 252º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5EAE is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 94 | 174 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.32 |
| HSL | 252º | 0.33% | 0.53% | - |
| HSV(B) | 252º | 0.46% | 0.68% | - |
| XYZ | 18.07 | 14.38 | 41.87 | - |
| YUV | 107.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 94 | 174 | 0.37 | 0.46 | 0 | 0.32 | 252 | 0.33 | 0.53 |
| Hex | 6E | 5E | AE | 25 | 2E | 0 | 20 | FC | 21 | 35 |
| Octal | 156 | 136 | 256 | 45 | 56 | 0 | 40 | 374 | 41 | 65 |
| Binary | 1101110 | 1011110 | 10101110 | 100101 | 101110 | 0 | 100000 | 11111100 | 100001 | 110101 |
Color Harmonies of #6E5EAE
Complementary color
Monochromatic Colors of #6E5EAE
Black with #6E5EAE
Text Example
Text Example
White with #6E5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5EAE; }
p { color: rgb(110,94,174); }
H1.HeaderClassName
{
color: #6E5EAE;
}
.AnyTagClassName
{
color: #6E5EAE;
}
</style>
background-color css
<style>
a { background-color: #6E5EAE; }
a { background-color: rgb(110,94,174); }
div.DivClassName
{
background-color: #6E5EAE;
}
.BgClassName
{
background-color: #6E5EAE;
}
</style>
border-color css
<style>
span { border-color: #6E5EAE; }
span { border-color: rgb(110,94,174); }
td.TdClassName
{
border-color: #6E5EAE;
}
.TagClassName
{
border-color: #6E5EAE;
}
</style>