Shades of Blue Marguerite #6E5BAA
Tints of Blue Marguerite #6E5BAA
RGB
CMYK
RGB Variations
Color information
#6E5BAA (or 0x6E5BAA) is known color: Blue Marguerite. HEX triplet: 6E, 5B and AA. RGB value is (110,91,170). Sum of RGB (Red+Green+Blue) = 110+91+170=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5BAA is #91A455. Grayscale: #696969. Windows color (decimal): -9544790 or 11164526. OLE color: 11164526.
HSL color Cylindrical-coordinate representation of color #6E5BAA: hue angle of 254.43º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5BAA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 91 | 170 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.33 |
| HSL | 254.43º | 0.32% | 0.51% | - |
| HSV(B) | 254.43º | 0.46% | 0.67% | - |
| XYZ | 17.43 | 13.7 | 39.76 | - |
| YUV | 105.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 170 | 0.35 | 0.46 | 0 | 0.33 | 254.43 | 0.32 | 0.51 |
| Hex | 6E | 5B | AA | 23 | 2E | 0 | 21 | FE | 20 | 33 |
| Octal | 156 | 133 | 252 | 43 | 56 | 0 | 41 | 376 | 40 | 63 |
| Binary | 1101110 | 1011011 | 10101010 | 100011 | 101110 | 0 | 100001 | 11111110 | 100000 | 110011 |
Color Harmonies of #6E5BAA
Complementary color
Monochromatic Colors of #6E5BAA
Black with #6E5BAA
Text Example
Text Example
White with #6E5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BAA; }
p { color: rgb(110,91,170); }
H1.HeaderClassName
{
color: #6E5BAA;
}
.AnyTagClassName
{
color: #6E5BAA;
}
</style>
background-color css
<style>
a { background-color: #6E5BAA; }
a { background-color: rgb(110,91,170); }
div.DivClassName
{
background-color: #6E5BAA;
}
.BgClassName
{
background-color: #6E5BAA;
}
</style>
border-color css
<style>
span { border-color: #6E5BAA; }
span { border-color: rgb(110,91,170); }
td.TdClassName
{
border-color: #6E5BAA;
}
.TagClassName
{
border-color: #6E5BAA;
}
</style>