Shades of Blue Marguerite #6550A1
Tints of Blue Marguerite #6550A1
RGB
CMYK
RGB Variations
Color information
#6550A1 (or 0x6550A1) is known color: Blue Marguerite. HEX triplet: 65, 50 and A1. RGB value is (101,80,161). Sum of RGB (Red+Green+Blue) = 101+80+161=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #6550A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6550A1 is #9AAF5E. Grayscale: #5F5F5F. Windows color (decimal): -10137439 or 10571877. OLE color: 10571877.
HSL color Cylindrical-coordinate representation of color #6550A1: hue angle of 255.56º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6550A1 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 80 | 161 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.37 |
| HSL | 255.56º | 0.34% | 0.47% | - |
| HSV(B) | 255.56º | 0.5% | 0.63% | - |
| XYZ | 14.67 | 11.08 | 35.08 | - |
| YUV | 95.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 161 | 0.37 | 0.50 | 0 | 0.37 | 255.56 | 0.34 | 0.47 |
| Hex | 65 | 50 | A1 | 25 | 32 | 0 | 25 | 100 | 22 | 2F |
| Octal | 145 | 120 | 241 | 45 | 62 | 0 | 45 | 400 | 42 | 57 |
| Binary | 1100101 | 1010000 | 10100001 | 100101 | 110010 | 0 | 100101 | 100000000 | 100010 | 101111 |
Color Harmonies of #6550A1
Complementary color
Monochromatic Colors of #6550A1
Black with #6550A1
Text Example
Text Example
White with #6550A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6550A1; }
p { color: rgb(101,80,161); }
H1.HeaderClassName
{
color: #6550A1;
}
.AnyTagClassName
{
color: #6550A1;
}
</style>
background-color css
<style>
a { background-color: #6550A1; }
a { background-color: rgb(101,80,161); }
div.DivClassName
{
background-color: #6550A1;
}
.BgClassName
{
background-color: #6550A1;
}
</style>
border-color css
<style>
span { border-color: #6550A1; }
span { border-color: rgb(101,80,161); }
td.TdClassName
{
border-color: #6550A1;
}
.TagClassName
{
border-color: #6550A1;
}
</style>