Shades of Blue Marguerite #6557AA
Tints of Blue Marguerite #6557AA
RGB
CMYK
RGB Variations
Color information
#6557AA (or 0x6557AA) is known color: Blue Marguerite. HEX triplet: 65, 57 and AA. RGB value is (101,87,170). Sum of RGB (Red+Green+Blue) = 101+87+170=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6557AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6557AA is #9AA855. Grayscale: #646464. Windows color (decimal): -10135638 or 11163493. OLE color: 11163493.
HSL color Cylindrical-coordinate representation of color #6557AA: hue angle of 250.12º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6557AA is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 87 | 170 | - |
| CMYK | 0.41 | 0.49 | 0 | 0.33 |
| HSL | 250.12º | 0.33% | 0.5% | - |
| HSV(B) | 250.12º | 0.49% | 0.67% | - |
| XYZ | 16.03 | 12.49 | 39.6 | - |
| YUV | 100.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 170 | 0.41 | 0.49 | 0 | 0.33 | 250.12 | 0.33 | 0.5 |
| Hex | 65 | 57 | AA | 29 | 31 | 0 | 21 | FA | 21 | 32 |
| Octal | 145 | 127 | 252 | 51 | 61 | 0 | 41 | 372 | 41 | 62 |
| Binary | 1100101 | 1010111 | 10101010 | 101001 | 110001 | 0 | 100001 | 11111010 | 100001 | 110010 |
Color Harmonies of #6557AA
Complementary color
Monochromatic Colors of #6557AA
Black with #6557AA
Text Example
Text Example
White with #6557AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557AA; }
p { color: rgb(101,87,170); }
H1.HeaderClassName
{
color: #6557AA;
}
.AnyTagClassName
{
color: #6557AA;
}
</style>
background-color css
<style>
a { background-color: #6557AA; }
a { background-color: rgb(101,87,170); }
div.DivClassName
{
background-color: #6557AA;
}
.BgClassName
{
background-color: #6557AA;
}
</style>
border-color css
<style>
span { border-color: #6557AA; }
span { border-color: rgb(101,87,170); }
td.TdClassName
{
border-color: #6557AA;
}
.TagClassName
{
border-color: #6557AA;
}
</style>