Shades of Blue Marguerite #6D59BD
Tints of Blue Marguerite #6D59BD
RGB
CMYK
RGB Variations
Color information
#6D59BD (or 0x6D59BD) is known color: Blue Marguerite. HEX triplet: 6D, 59 and BD. RGB value is (109,89,189). Sum of RGB (Red+Green+Blue) = 109+89+189=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D59BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59BD is #92A642. Grayscale: #6A6A6A. Windows color (decimal): -9610819 or 12409197. OLE color: 12409197.
HSL color Cylindrical-coordinate representation of color #6D59BD: hue angle of 252º 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 #6D59BD is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 89 | 189 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.26 |
| HSL | 252º | 0.43% | 0.55% | - |
| HSV(B) | 252º | 0.53% | 0.74% | - |
| XYZ | 19.06 | 14.07 | 49.86 | - |
| YUV | 106.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 189 | 0.42 | 0.53 | 0 | 0.26 | 252 | 0.43 | 0.55 |
| Hex | 6D | 59 | BD | 2A | 35 | 0 | 1A | FC | 2B | 37 |
| Octal | 155 | 131 | 275 | 52 | 65 | 0 | 32 | 374 | 53 | 67 |
| Binary | 1101101 | 1011001 | 10111101 | 101010 | 110101 | 0 | 11010 | 11111100 | 101011 | 110111 |
Color Harmonies of #6D59BD
Complementary color
Monochromatic Colors of #6D59BD
Black with #6D59BD
Text Example
Text Example
White with #6D59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D59BD; }
p { color: rgb(109,89,189); }
H1.HeaderClassName
{
color: #6D59BD;
}
.AnyTagClassName
{
color: #6D59BD;
}
</style>
background-color css
<style>
a { background-color: #6D59BD; }
a { background-color: rgb(109,89,189); }
div.DivClassName
{
background-color: #6D59BD;
}
.BgClassName
{
background-color: #6D59BD;
}
</style>
border-color css
<style>
span { border-color: #6D59BD; }
span { border-color: rgb(109,89,189); }
td.TdClassName
{
border-color: #6D59BD;
}
.TagClassName
{
border-color: #6D59BD;
}
</style>