Shades of Blue Marguerite #6E5AB5
Tints of Blue Marguerite #6E5AB5
RGB
CMYK
RGB Variations
Color information
#6E5AB5 (or 0x6E5AB5) is known color: Blue Marguerite. HEX triplet: 6E, 5A and B5. RGB value is (110,90,181). Sum of RGB (Red+Green+Blue) = 110+90+181=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #6E5AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AB5 is #91A54A. Grayscale: #6A6A6A. Windows color (decimal): -9545035 or 11885166. OLE color: 11885166.
HSL color Cylindrical-coordinate representation of color #6E5AB5: hue angle of 253.19º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E5AB5 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 110 | 90 | 181 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.29 |
| HSL | 253.19º | 0.38% | 0.53% | - |
| HSV(B) | 253.19º | 0.5% | 0.71% | - |
| XYZ | 18.43 | 13.96 | 45.44 | - |
| YUV | 106.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 181 | 0.39 | 0.50 | 0 | 0.29 | 253.19 | 0.38 | 0.53 |
| Hex | 6E | 5A | B5 | 27 | 32 | 0 | 1D | FD | 26 | 35 |
| Octal | 156 | 132 | 265 | 47 | 62 | 0 | 35 | 375 | 46 | 65 |
| Binary | 1101110 | 1011010 | 10110101 | 100111 | 110010 | 0 | 11101 | 11111101 | 100110 | 110101 |
Color Harmonies of #6E5AB5
Complementary color
Monochromatic Colors of #6E5AB5
Black with #6E5AB5
Text Example
Text Example
White with #6E5AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AB5; }
p { color: rgb(110,90,181); }
H1.HeaderClassName
{
color: #6E5AB5;
}
.AnyTagClassName
{
color: #6E5AB5;
}
</style>
background-color css
<style>
a { background-color: #6E5AB5; }
a { background-color: rgb(110,90,181); }
div.DivClassName
{
background-color: #6E5AB5;
}
.BgClassName
{
background-color: #6E5AB5;
}
</style>
border-color css
<style>
span { border-color: #6E5AB5; }
span { border-color: rgb(110,90,181); }
td.TdClassName
{
border-color: #6E5AB5;
}
.TagClassName
{
border-color: #6E5AB5;
}
</style>