Shades of Blue Marguerite #6E61AE
Tints of Blue Marguerite #6E61AE
RGB
CMYK
RGB Variations
Color information
#6E61AE (or 0x6E61AE) is known color: Blue Marguerite. HEX triplet: 6E, 61 and AE. RGB value is (110,97,174). Sum of RGB (Red+Green+Blue) = 110+97+174=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E61AE is #919E51. Grayscale: #6D6D6D. Windows color (decimal): -9543250 or 11428206. OLE color: 11428206.
HSL color Cylindrical-coordinate representation of color #6E61AE: hue angle of 250.13º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E61AE is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 97 | 174 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.32 |
| HSL | 250.13º | 0.32% | 0.53% | - |
| HSV(B) | 250.13º | 0.44% | 0.68% | - |
| XYZ | 18.35 | 14.92 | 41.96 | - |
| YUV | 109.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 97 | 174 | 0.37 | 0.44 | 0 | 0.32 | 250.13 | 0.32 | 0.53 |
| Hex | 6E | 61 | AE | 25 | 2C | 0 | 20 | FA | 20 | 35 |
| Octal | 156 | 141 | 256 | 45 | 54 | 0 | 40 | 372 | 40 | 65 |
| Binary | 1101110 | 1100001 | 10101110 | 100101 | 101100 | 0 | 100000 | 11111010 | 100000 | 110101 |
Color Harmonies of #6E61AE
Complementary color
Monochromatic Colors of #6E61AE
Black with #6E61AE
Text Example
Text Example
White with #6E61AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E61AE; }
p { color: rgb(110,97,174); }
H1.HeaderClassName
{
color: #6E61AE;
}
.AnyTagClassName
{
color: #6E61AE;
}
</style>
background-color css
<style>
a { background-color: #6E61AE; }
a { background-color: rgb(110,97,174); }
div.DivClassName
{
background-color: #6E61AE;
}
.BgClassName
{
background-color: #6E61AE;
}
</style>
border-color css
<style>
span { border-color: #6E61AE; }
span { border-color: rgb(110,97,174); }
td.TdClassName
{
border-color: #6E61AE;
}
.TagClassName
{
border-color: #6E61AE;
}
</style>