Shades of Blue Marguerite #6E52BA
Tints of Blue Marguerite #6E52BA
RGB
CMYK
RGB Variations
Color information
#6E52BA (or 0x6E52BA) is known color: Blue Marguerite. HEX triplet: 6E, 52 and BA. RGB value is (110,82,186). Sum of RGB (Red+Green+Blue) = 110+82+186=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E52BA is #91AD45. Grayscale: #656565. Windows color (decimal): -9547078 or 12210798. OLE color: 12210798.
HSL color Cylindrical-coordinate representation of color #6E52BA: hue angle of 256.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E52BA is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 82 | 186 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.27 |
| HSL | 256.15º | 0.43% | 0.53% | - |
| HSV(B) | 256.15º | 0.56% | 0.73% | - |
| XYZ | 18.31 | 12.89 | 47.98 | - |
| YUV | 102.23 | 175.28 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 186 | 0.41 | 0.56 | 0 | 0.27 | 256.15 | 0.43 | 0.53 |
| Hex | 6E | 52 | BA | 29 | 38 | 0 | 1B | 100 | 2B | 35 |
| Octal | 156 | 122 | 272 | 51 | 70 | 0 | 33 | 400 | 53 | 65 |
| Binary | 1101110 | 1010010 | 10111010 | 101001 | 111000 | 0 | 11011 | 100000000 | 101011 | 110101 |
Color Harmonies of #6E52BA
Complementary color
Monochromatic Colors of #6E52BA
Black with #6E52BA
Text Example
Text Example
White with #6E52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E52BA; }
p { color: rgb(110,82,186); }
H1.HeaderClassName
{
color: #6E52BA;
}
.AnyTagClassName
{
color: #6E52BA;
}
</style>
background-color css
<style>
a { background-color: #6E52BA; }
a { background-color: rgb(110,82,186); }
div.DivClassName
{
background-color: #6E52BA;
}
.BgClassName
{
background-color: #6E52BA;
}
</style>
border-color css
<style>
span { border-color: #6E52BA; }
span { border-color: rgb(110,82,186); }
td.TdClassName
{
border-color: #6E52BA;
}
.TagClassName
{
border-color: #6E52BA;
}
</style>