Shades of Blue Marguerite #6E56AA
Tints of Blue Marguerite #6E56AA
RGB
CMYK
RGB Variations
Color information
#6E56AA (or 0x6E56AA) is known color: Blue Marguerite. HEX triplet: 6E, 56 and AA. RGB value is (110,86,170). Sum of RGB (Red+Green+Blue) = 110+86+170=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E56AA is #91A955. Grayscale: #666666. Windows color (decimal): -9546070 or 11163246. OLE color: 11163246.
HSL color Cylindrical-coordinate representation of color #6E56AA: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E56AA is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 86 | 170 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.33 |
| HSL | 257.14º | 0.33% | 0.5% | - |
| HSV(B) | 257.14º | 0.49% | 0.67% | - |
| XYZ | 17.01 | 12.87 | 39.62 | - |
| YUV | 102.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 170 | 0.35 | 0.49 | 0 | 0.33 | 257.14 | 0.33 | 0.5 |
| Hex | 6E | 56 | AA | 23 | 31 | 0 | 21 | 101 | 21 | 32 |
| Octal | 156 | 126 | 252 | 43 | 61 | 0 | 41 | 401 | 41 | 62 |
| Binary | 1101110 | 1010110 | 10101010 | 100011 | 110001 | 0 | 100001 | 100000001 | 100001 | 110010 |
Color Harmonies of #6E56AA
Complementary color
Monochromatic Colors of #6E56AA
Black with #6E56AA
Text Example
Text Example
White with #6E56AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E56AA; }
p { color: rgb(110,86,170); }
H1.HeaderClassName
{
color: #6E56AA;
}
.AnyTagClassName
{
color: #6E56AA;
}
</style>
background-color css
<style>
a { background-color: #6E56AA; }
a { background-color: rgb(110,86,170); }
div.DivClassName
{
background-color: #6E56AA;
}
.BgClassName
{
background-color: #6E56AA;
}
</style>
border-color css
<style>
span { border-color: #6E56AA; }
span { border-color: rgb(110,86,170); }
td.TdClassName
{
border-color: #6E56AA;
}
.TagClassName
{
border-color: #6E56AA;
}
</style>