Shades of Blue Marguerite #6553AA
Tints of Blue Marguerite #6553AA
RGB
CMYK
RGB Variations
Color information
#6553AA (or 0x6553AA) is known color: Blue Marguerite. HEX triplet: 65, 53 and AA. RGB value is (101,83,170). Sum of RGB (Red+Green+Blue) = 101+83+170=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #6553AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6553AA is #9AAC55. Grayscale: #616161. Windows color (decimal): -10136662 or 11162469. OLE color: 11162469.
HSL color Cylindrical-coordinate representation of color #6553AA: hue angle of 252.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6553AA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 83 | 170 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.33 |
| HSL | 252.41º | 0.34% | 0.5% | - |
| HSV(B) | 252.41º | 0.51% | 0.67% | - |
| XYZ | 15.72 | 11.86 | 39.49 | - |
| YUV | 98.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 170 | 0.41 | 0.51 | 0 | 0.33 | 252.41 | 0.34 | 0.5 |
| Hex | 65 | 53 | AA | 29 | 33 | 0 | 21 | FC | 22 | 32 |
| Octal | 145 | 123 | 252 | 51 | 63 | 0 | 41 | 374 | 42 | 62 |
| Binary | 1100101 | 1010011 | 10101010 | 101001 | 110011 | 0 | 100001 | 11111100 | 100010 | 110010 |
Color Harmonies of #6553AA
Complementary color
Monochromatic Colors of #6553AA
Black with #6553AA
Text Example
Text Example
White with #6553AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6553AA; }
p { color: rgb(101,83,170); }
H1.HeaderClassName
{
color: #6553AA;
}
.AnyTagClassName
{
color: #6553AA;
}
</style>
background-color css
<style>
a { background-color: #6553AA; }
a { background-color: rgb(101,83,170); }
div.DivClassName
{
background-color: #6553AA;
}
.BgClassName
{
background-color: #6553AA;
}
</style>
border-color css
<style>
span { border-color: #6553AA; }
span { border-color: rgb(101,83,170); }
td.TdClassName
{
border-color: #6553AA;
}
.TagClassName
{
border-color: #6553AA;
}
</style>