Shades of Blue Marguerite #6E5AAC
Tints of Blue Marguerite #6E5AAC
RGB
CMYK
RGB Variations
Color information
#6E5AAC (or 0x6E5AAC) is known color: Blue Marguerite. HEX triplet: 6E, 5A and AC. RGB value is (110,90,172). Sum of RGB (Red+Green+Blue) = 110+90+172=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E5AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5AAC is #91A553. Grayscale: #696969. Windows color (decimal): -9545044 or 11295342. OLE color: 11295342.
HSL color Cylindrical-coordinate representation of color #6E5AAC: hue angle of 254.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E5AAC is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 90 | 172 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.33 |
| HSL | 254.63º | 0.33% | 0.51% | - |
| HSV(B) | 254.63º | 0.48% | 0.67% | - |
| XYZ | 17.53 | 13.61 | 40.73 | - |
| YUV | 105.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 172 | 0.36 | 0.48 | 0 | 0.33 | 254.63 | 0.33 | 0.51 |
| Hex | 6E | 5A | AC | 24 | 30 | 0 | 21 | FF | 21 | 33 |
| Octal | 156 | 132 | 254 | 44 | 60 | 0 | 41 | 377 | 41 | 63 |
| Binary | 1101110 | 1011010 | 10101100 | 100100 | 110000 | 0 | 100001 | 11111111 | 100001 | 110011 |
Color Harmonies of #6E5AAC
Complementary color
Monochromatic Colors of #6E5AAC
Black with #6E5AAC
Text Example
Text Example
White with #6E5AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5AAC; }
p { color: rgb(110,90,172); }
H1.HeaderClassName
{
color: #6E5AAC;
}
.AnyTagClassName
{
color: #6E5AAC;
}
</style>
background-color css
<style>
a { background-color: #6E5AAC; }
a { background-color: rgb(110,90,172); }
div.DivClassName
{
background-color: #6E5AAC;
}
.BgClassName
{
background-color: #6E5AAC;
}
</style>
border-color css
<style>
span { border-color: #6E5AAC; }
span { border-color: rgb(110,90,172); }
td.TdClassName
{
border-color: #6E5AAC;
}
.TagClassName
{
border-color: #6E5AAC;
}
</style>