Shades of Blue Marguerite #6E59BD
Tints of Blue Marguerite #6E59BD
RGB
CMYK
RGB Variations
Color information
#6E59BD (or 0x6E59BD) is known color: Blue Marguerite. HEX triplet: 6E, 59 and BD. RGB value is (110,89,189). Sum of RGB (Red+Green+Blue) = 110+89+189=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E59BD is #91A642. Grayscale: #6A6A6A. Windows color (decimal): -9545283 or 12409198. OLE color: 12409198.
HSL color Cylindrical-coordinate representation of color #6E59BD: hue angle of 252.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E59BD is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 89 | 189 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.26 |
| HSL | 252.6º | 0.43% | 0.55% | - |
| HSV(B) | 252.6º | 0.53% | 0.74% | - |
| XYZ | 19.19 | 14.13 | 49.86 | - |
| YUV | 106.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 189 | 0.42 | 0.53 | 0 | 0.26 | 252.6 | 0.43 | 0.55 |
| Hex | 6E | 59 | BD | 2A | 35 | 0 | 1A | FD | 2B | 37 |
| Octal | 156 | 131 | 275 | 52 | 65 | 0 | 32 | 375 | 53 | 67 |
| Binary | 1101110 | 1011001 | 10111101 | 101010 | 110101 | 0 | 11010 | 11111101 | 101011 | 110111 |
Color Harmonies of #6E59BD
Complementary color
Monochromatic Colors of #6E59BD
Black with #6E59BD
Text Example
Text Example
White with #6E59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E59BD; }
p { color: rgb(110,89,189); }
H1.HeaderClassName
{
color: #6E59BD;
}
.AnyTagClassName
{
color: #6E59BD;
}
</style>
background-color css
<style>
a { background-color: #6E59BD; }
a { background-color: rgb(110,89,189); }
div.DivClassName
{
background-color: #6E59BD;
}
.BgClassName
{
background-color: #6E59BD;
}
</style>
border-color css
<style>
span { border-color: #6E59BD; }
span { border-color: rgb(110,89,189); }
td.TdClassName
{
border-color: #6E59BD;
}
.TagClassName
{
border-color: #6E59BD;
}
</style>