Shades of Blue Marguerite #6552A9
Tints of Blue Marguerite #6552A9
RGB
CMYK
RGB Variations
Color information
#6552A9 (or 0x6552A9) is known color: Blue Marguerite. HEX triplet: 65, 52 and A9. RGB value is (101,82,169). Sum of RGB (Red+Green+Blue) = 101+82+169=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #6552A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552A9 is #9AAD56. Grayscale: #616161. Windows color (decimal): -10136919 or 11096677. OLE color: 11096677.
HSL color Cylindrical-coordinate representation of color #6552A9: hue angle of 253.1º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6552A9 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 82 | 169 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.34 |
| HSL | 253.1º | 0.35% | 0.49% | - |
| HSV(B) | 253.1º | 0.51% | 0.66% | - |
| XYZ | 15.55 | 11.67 | 38.97 | - |
| YUV | 97.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 169 | 0.40 | 0.51 | 0 | 0.34 | 253.1 | 0.35 | 0.49 |
| Hex | 65 | 52 | A9 | 28 | 33 | 0 | 22 | FD | 23 | 31 |
| Octal | 145 | 122 | 251 | 50 | 63 | 0 | 42 | 375 | 43 | 61 |
| Binary | 1100101 | 1010010 | 10101001 | 101000 | 110011 | 0 | 100010 | 11111101 | 100011 | 110001 |
Color Harmonies of #6552A9
Complementary color
Monochromatic Colors of #6552A9
Black with #6552A9
Text Example
Text Example
White with #6552A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552A9; }
p { color: rgb(101,82,169); }
H1.HeaderClassName
{
color: #6552A9;
}
.AnyTagClassName
{
color: #6552A9;
}
</style>
background-color css
<style>
a { background-color: #6552A9; }
a { background-color: rgb(101,82,169); }
div.DivClassName
{
background-color: #6552A9;
}
.BgClassName
{
background-color: #6552A9;
}
</style>
border-color css
<style>
span { border-color: #6552A9; }
span { border-color: rgb(101,82,169); }
td.TdClassName
{
border-color: #6552A9;
}
.TagClassName
{
border-color: #6552A9;
}
</style>