Shades of Blue Marguerite #6559AB
Tints of Blue Marguerite #6559AB
RGB
CMYK
RGB Variations
Color information
#6559AB (or 0x6559AB) is known color: Blue Marguerite. HEX triplet: 65, 59 and AB. RGB value is (101,89,171). Sum of RGB (Red+Green+Blue) = 101+89+171=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #6559AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6559AB is #9AA654. Grayscale: #656565. Windows color (decimal): -10135125 or 11229541. OLE color: 11229541.
HSL color Cylindrical-coordinate representation of color #6559AB: hue angle of 248.78º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6559AB is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 89 | 171 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.33 |
| HSL | 248.78º | 0.33% | 0.51% | - |
| HSV(B) | 248.78º | 0.48% | 0.67% | - |
| XYZ | 16.29 | 12.85 | 40.15 | - |
| YUV | 101.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 171 | 0.41 | 0.48 | 0 | 0.33 | 248.78 | 0.33 | 0.51 |
| Hex | 65 | 59 | AB | 29 | 30 | 0 | 21 | F9 | 21 | 33 |
| Octal | 145 | 131 | 253 | 51 | 60 | 0 | 41 | 371 | 41 | 63 |
| Binary | 1100101 | 1011001 | 10101011 | 101001 | 110000 | 0 | 100001 | 11111001 | 100001 | 110011 |
Color Harmonies of #6559AB
Complementary color
Monochromatic Colors of #6559AB
Black with #6559AB
Text Example
Text Example
White with #6559AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559AB; }
p { color: rgb(101,89,171); }
H1.HeaderClassName
{
color: #6559AB;
}
.AnyTagClassName
{
color: #6559AB;
}
</style>
background-color css
<style>
a { background-color: #6559AB; }
a { background-color: rgb(101,89,171); }
div.DivClassName
{
background-color: #6559AB;
}
.BgClassName
{
background-color: #6559AB;
}
</style>
border-color css
<style>
span { border-color: #6559AB; }
span { border-color: rgb(101,89,171); }
td.TdClassName
{
border-color: #6559AB;
}
.TagClassName
{
border-color: #6559AB;
}
</style>