Shades of Blue Marguerite #6A59B5
Tints of Blue Marguerite #6A59B5
RGB
CMYK
RGB Variations
Color information
#6A59B5 (or 0x6A59B5) is known color: Blue Marguerite. HEX triplet: 6A, 59 and B5. RGB value is (106,89,181). Sum of RGB (Red+Green+Blue) = 106+89+181=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #6A59B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A59B5 is #95A64A. Grayscale: #686868. Windows color (decimal): -9807435 or 11884906. OLE color: 11884906.
HSL color Cylindrical-coordinate representation of color #6A59B5: hue angle of 251.09º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A59B5 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 89 | 181 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.29 |
| HSL | 251.09º | 0.38% | 0.53% | - |
| HSV(B) | 251.09º | 0.51% | 0.71% | - |
| XYZ | 17.86 | 13.55 | 45.39 | - |
| YUV | 104.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 181 | 0.41 | 0.51 | 0 | 0.29 | 251.09 | 0.38 | 0.53 |
| Hex | 6A | 59 | B5 | 29 | 33 | 0 | 1D | FB | 26 | 35 |
| Octal | 152 | 131 | 265 | 51 | 63 | 0 | 35 | 373 | 46 | 65 |
| Binary | 1101010 | 1011001 | 10110101 | 101001 | 110011 | 0 | 11101 | 11111011 | 100110 | 110101 |
Color Harmonies of #6A59B5
Complementary color
Monochromatic Colors of #6A59B5
Black with #6A59B5
Text Example
Text Example
White with #6A59B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A59B5; }
p { color: rgb(106,89,181); }
H1.HeaderClassName
{
color: #6A59B5;
}
.AnyTagClassName
{
color: #6A59B5;
}
</style>
background-color css
<style>
a { background-color: #6A59B5; }
a { background-color: rgb(106,89,181); }
div.DivClassName
{
background-color: #6A59B5;
}
.BgClassName
{
background-color: #6A59B5;
}
</style>
border-color css
<style>
span { border-color: #6A59B5; }
span { border-color: rgb(106,89,181); }
td.TdClassName
{
border-color: #6A59B5;
}
.TagClassName
{
border-color: #6A59B5;
}
</style>