Shades of Blue Marguerite #6E5BAE
Tints of Blue Marguerite #6E5BAE
RGB
CMYK
RGB Variations
Color information
#6E5BAE (or 0x6E5BAE) is known color: Blue Marguerite. HEX triplet: 6E, 5B and AE. RGB value is (110,91,174). Sum of RGB (Red+Green+Blue) = 110+91+174=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5BAE is #91A451. Grayscale: #696969. Windows color (decimal): -9544786 or 11426670. OLE color: 11426670.
HSL color Cylindrical-coordinate representation of color #6E5BAE: hue angle of 253.73º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5BAE is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 91 | 174 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.32 |
| HSL | 253.73º | 0.34% | 0.52% | - |
| HSV(B) | 253.73º | 0.48% | 0.68% | - |
| XYZ | 17.81 | 13.85 | 41.78 | - |
| YUV | 106.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 174 | 0.37 | 0.48 | 0 | 0.32 | 253.73 | 0.34 | 0.52 |
| Hex | 6E | 5B | AE | 25 | 30 | 0 | 20 | FE | 22 | 34 |
| Octal | 156 | 133 | 256 | 45 | 60 | 0 | 40 | 376 | 42 | 64 |
| Binary | 1101110 | 1011011 | 10101110 | 100101 | 110000 | 0 | 100000 | 11111110 | 100010 | 110100 |
Color Harmonies of #6E5BAE
Complementary color
Monochromatic Colors of #6E5BAE
Black with #6E5BAE
Text Example
Text Example
White with #6E5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BAE; }
p { color: rgb(110,91,174); }
H1.HeaderClassName
{
color: #6E5BAE;
}
.AnyTagClassName
{
color: #6E5BAE;
}
</style>
background-color css
<style>
a { background-color: #6E5BAE; }
a { background-color: rgb(110,91,174); }
div.DivClassName
{
background-color: #6E5BAE;
}
.BgClassName
{
background-color: #6E5BAE;
}
</style>
border-color css
<style>
span { border-color: #6E5BAE; }
span { border-color: rgb(110,91,174); }
td.TdClassName
{
border-color: #6E5BAE;
}
.TagClassName
{
border-color: #6E5BAE;
}
</style>