Shades of Blue Marguerite #6E55AF
Tints of Blue Marguerite #6E55AF
RGB
CMYK
RGB Variations
Color information
#6E55AF (or 0x6E55AF) is known color: Blue Marguerite. HEX triplet: 6E, 55 and AF. RGB value is (110,85,175). Sum of RGB (Red+Green+Blue) = 110+85+175=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E55AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E55AF is #91AA50. Grayscale: #666666. Windows color (decimal): -9546321 or 11490670. OLE color: 11490670.
HSL color Cylindrical-coordinate representation of color #6E55AF: hue angle of 256.67º 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 #6E55AF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 85 | 175 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.31 |
| HSL | 256.67º | 0.36% | 0.51% | - |
| HSV(B) | 256.67º | 0.51% | 0.69% | - |
| XYZ | 17.42 | 12.91 | 42.13 | - |
| YUV | 102.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 175 | 0.37 | 0.51 | 0 | 0.31 | 256.67 | 0.36 | 0.51 |
| Hex | 6E | 55 | AF | 25 | 33 | 0 | 1F | 101 | 24 | 33 |
| Octal | 156 | 125 | 257 | 45 | 63 | 0 | 37 | 401 | 44 | 63 |
| Binary | 1101110 | 1010101 | 10101111 | 100101 | 110011 | 0 | 11111 | 100000001 | 100100 | 110011 |
Color Harmonies of #6E55AF
Complementary color
Monochromatic Colors of #6E55AF
Black with #6E55AF
Text Example
Text Example
White with #6E55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E55AF; }
p { color: rgb(110,85,175); }
H1.HeaderClassName
{
color: #6E55AF;
}
.AnyTagClassName
{
color: #6E55AF;
}
</style>
background-color css
<style>
a { background-color: #6E55AF; }
a { background-color: rgb(110,85,175); }
div.DivClassName
{
background-color: #6E55AF;
}
.BgClassName
{
background-color: #6E55AF;
}
</style>
border-color css
<style>
span { border-color: #6E55AF; }
span { border-color: rgb(110,85,175); }
td.TdClassName
{
border-color: #6E55AF;
}
.TagClassName
{
border-color: #6E55AF;
}
</style>