Shades of Blue Marguerite #6E56AF
Tints of Blue Marguerite #6E56AF
RGB
CMYK
RGB Variations
Color information
#6E56AF (or 0x6E56AF) is known color: Blue Marguerite. HEX triplet: 6E, 56 and AF. RGB value is (110,86,175). Sum of RGB (Red+Green+Blue) = 110+86+175=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E56AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E56AF is #91A950. Grayscale: #666666. Windows color (decimal): -9546065 or 11490926. OLE color: 11490926.
HSL color Cylindrical-coordinate representation of color #6E56AF: hue angle of 256.18º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E56AF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 86 | 175 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.31 |
| HSL | 256.18º | 0.36% | 0.51% | - |
| HSV(B) | 256.18º | 0.51% | 0.69% | - |
| XYZ | 17.5 | 13.07 | 42.16 | - |
| YUV | 103.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 175 | 0.37 | 0.51 | 0 | 0.31 | 256.18 | 0.36 | 0.51 |
| Hex | 6E | 56 | AF | 25 | 33 | 0 | 1F | 100 | 24 | 33 |
| Octal | 156 | 126 | 257 | 45 | 63 | 0 | 37 | 400 | 44 | 63 |
| Binary | 1101110 | 1010110 | 10101111 | 100101 | 110011 | 0 | 11111 | 100000000 | 100100 | 110011 |
Color Harmonies of #6E56AF
Complementary color
Monochromatic Colors of #6E56AF
Black with #6E56AF
Text Example
Text Example
White with #6E56AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E56AF; }
p { color: rgb(110,86,175); }
H1.HeaderClassName
{
color: #6E56AF;
}
.AnyTagClassName
{
color: #6E56AF;
}
</style>
background-color css
<style>
a { background-color: #6E56AF; }
a { background-color: rgb(110,86,175); }
div.DivClassName
{
background-color: #6E56AF;
}
.BgClassName
{
background-color: #6E56AF;
}
</style>
border-color css
<style>
span { border-color: #6E56AF; }
span { border-color: rgb(110,86,175); }
td.TdClassName
{
border-color: #6E56AF;
}
.TagClassName
{
border-color: #6E56AF;
}
</style>