Shades of Blue Marguerite #6E56AC
Tints of Blue Marguerite #6E56AC
RGB
CMYK
RGB Variations
Color information
#6E56AC (or 0x6E56AC) is known color: Blue Marguerite. HEX triplet: 6E, 56 and AC. RGB value is (110,86,172). Sum of RGB (Red+Green+Blue) = 110+86+172=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E56AC is #91A953. Grayscale: #666666. Windows color (decimal): -9546068 or 11294318. OLE color: 11294318.
HSL color Cylindrical-coordinate representation of color #6E56AC: hue angle of 256.74º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E56AC is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 86 | 172 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.33 |
| HSL | 256.74º | 0.34% | 0.51% | - |
| HSV(B) | 256.74º | 0.5% | 0.67% | - |
| XYZ | 17.2 | 12.95 | 40.62 | - |
| YUV | 102.98 | 166.95 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 172 | 0.36 | 0.5 | 0 | 0.33 | 256.74 | 0.34 | 0.51 |
| Hex | 6E | 56 | AC | 24 | 32 | 0 | 21 | 101 | 22 | 33 |
| Octal | 156 | 126 | 254 | 44 | 62 | 0 | 41 | 401 | 42 | 63 |
| Binary | 1101110 | 1010110 | 10101100 | 100100 | 110010 | 0 | 100001 | 100000001 | 100010 | 110011 |
Color Harmonies of #6E56AC
Complementary color
Monochromatic Colors of #6E56AC
Black with #6E56AC
Text Example
Text Example
White with #6E56AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E56AC; }
p { color: rgb(110,86,172); }
H1.HeaderClassName
{
color: #6E56AC;
}
.AnyTagClassName
{
color: #6E56AC;
}
</style>
background-color css
<style>
a { background-color: #6E56AC; }
a { background-color: rgb(110,86,172); }
div.DivClassName
{
background-color: #6E56AC;
}
.BgClassName
{
background-color: #6E56AC;
}
</style>
border-color css
<style>
span { border-color: #6E56AC; }
span { border-color: rgb(110,86,172); }
td.TdClassName
{
border-color: #6E56AC;
}
.TagClassName
{
border-color: #6E56AC;
}
</style>