Shades of Blue Marguerite #6E5BA9
Tints of Blue Marguerite #6E5BA9
RGB
CMYK
RGB Variations
Color information
#6E5BA9 (or 0x6E5BA9) is known color: Blue Marguerite. HEX triplet: 6E, 5B and A9. RGB value is (110,91,169). Sum of RGB (Red+Green+Blue) = 110+91+169=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E5BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5BA9 is #91A456. Grayscale: #696969. Windows color (decimal): -9544791 or 11098990. OLE color: 11098990.
HSL color Cylindrical-coordinate representation of color #6E5BA9: hue angle of 254.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E5BA9 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 110 | 91 | 169 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.34 |
| HSL | 254.62º | 0.31% | 0.51% | - |
| HSV(B) | 254.62º | 0.46% | 0.66% | - |
| XYZ | 17.33 | 13.66 | 39.26 | - |
| YUV | 105.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 169 | 0.35 | 0.46 | 0 | 0.34 | 254.62 | 0.31 | 0.51 |
| Hex | 6E | 5B | A9 | 23 | 2E | 0 | 22 | FF | 1F | 33 |
| Octal | 156 | 133 | 251 | 43 | 56 | 0 | 42 | 377 | 37 | 63 |
| Binary | 1101110 | 1011011 | 10101001 | 100011 | 101110 | 0 | 100010 | 11111111 | 11111 | 110011 |
Color Harmonies of #6E5BA9
Complementary color
Monochromatic Colors of #6E5BA9
Black with #6E5BA9
Text Example
Text Example
White with #6E5BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5BA9; }
p { color: rgb(110,91,169); }
H1.HeaderClassName
{
color: #6E5BA9;
}
.AnyTagClassName
{
color: #6E5BA9;
}
</style>
background-color css
<style>
a { background-color: #6E5BA9; }
a { background-color: rgb(110,91,169); }
div.DivClassName
{
background-color: #6E5BA9;
}
.BgClassName
{
background-color: #6E5BA9;
}
</style>
border-color css
<style>
span { border-color: #6E5BA9; }
span { border-color: rgb(110,91,169); }
td.TdClassName
{
border-color: #6E5BA9;
}
.TagClassName
{
border-color: #6E5BA9;
}
</style>