Shades of Blue Marguerite #6E59AE
Tints of Blue Marguerite #6E59AE
RGB
CMYK
RGB Variations
Color information
#6E59AE (or 0x6E59AE) is known color: Blue Marguerite. HEX triplet: 6E, 59 and AE. RGB value is (110,89,174). Sum of RGB (Red+Green+Blue) = 110+89+174=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E59AE is #91A651. Grayscale: #686868. Windows color (decimal): -9545298 or 11426158. OLE color: 11426158.
HSL color Cylindrical-coordinate representation of color #6E59AE: hue angle of 254.82º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E59AE is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 89 | 174 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.32 |
| HSL | 254.82º | 0.34% | 0.52% | - |
| HSV(B) | 254.82º | 0.49% | 0.68% | - |
| XYZ | 17.64 | 13.52 | 41.72 | - |
| YUV | 104.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 174 | 0.37 | 0.49 | 0 | 0.32 | 254.82 | 0.34 | 0.52 |
| Hex | 6E | 59 | AE | 25 | 31 | 0 | 20 | FF | 22 | 34 |
| Octal | 156 | 131 | 256 | 45 | 61 | 0 | 40 | 377 | 42 | 64 |
| Binary | 1101110 | 1011001 | 10101110 | 100101 | 110001 | 0 | 100000 | 11111111 | 100010 | 110100 |
Color Harmonies of #6E59AE
Complementary color
Monochromatic Colors of #6E59AE
Black with #6E59AE
Text Example
Text Example
White with #6E59AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E59AE; }
p { color: rgb(110,89,174); }
H1.HeaderClassName
{
color: #6E59AE;
}
.AnyTagClassName
{
color: #6E59AE;
}
</style>
background-color css
<style>
a { background-color: #6E59AE; }
a { background-color: rgb(110,89,174); }
div.DivClassName
{
background-color: #6E59AE;
}
.BgClassName
{
background-color: #6E59AE;
}
</style>
border-color css
<style>
span { border-color: #6E59AE; }
span { border-color: rgb(110,89,174); }
td.TdClassName
{
border-color: #6E59AE;
}
.TagClassName
{
border-color: #6E59AE;
}
</style>