Shades of Blue Marguerite #6549AD
Tints of Blue Marguerite #6549AD
RGB
CMYK
RGB Variations
Color information
#6549AD (or 0x6549AD) is known color: Blue Marguerite. HEX triplet: 65, 49 and AD. RGB value is (101,73,173). Sum of RGB (Red+Green+Blue) = 101+73+173=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #6549AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549AD is #9AB652. Grayscale: #5C5C5C. Windows color (decimal): -10139219 or 11356517. OLE color: 11356517.
HSL color Cylindrical-coordinate representation of color #6549AD: hue angle of 256.8º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6549AD is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 73 | 173 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.32 |
| HSL | 256.8º | 0.41% | 0.48% | - |
| HSV(B) | 256.8º | 0.58% | 0.68% | - |
| XYZ | 15.29 | 10.55 | 40.77 | - |
| YUV | 92.77 | 173.28 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 173 | 0.42 | 0.58 | 0 | 0.32 | 256.8 | 0.41 | 0.48 |
| Hex | 65 | 49 | AD | 2A | 3A | 0 | 20 | 101 | 29 | 30 |
| Octal | 145 | 111 | 255 | 52 | 72 | 0 | 40 | 401 | 51 | 60 |
| Binary | 1100101 | 1001001 | 10101101 | 101010 | 111010 | 0 | 100000 | 100000001 | 101001 | 110000 |
Color Harmonies of #6549AD
Complementary color
Monochromatic Colors of #6549AD
Black with #6549AD
Text Example
Text Example
White with #6549AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549AD; }
p { color: rgb(101,73,173); }
H1.HeaderClassName
{
color: #6549AD;
}
.AnyTagClassName
{
color: #6549AD;
}
</style>
background-color css
<style>
a { background-color: #6549AD; }
a { background-color: rgb(101,73,173); }
div.DivClassName
{
background-color: #6549AD;
}
.BgClassName
{
background-color: #6549AD;
}
</style>
border-color css
<style>
span { border-color: #6549AD; }
span { border-color: rgb(101,73,173); }
td.TdClassName
{
border-color: #6549AD;
}
.TagClassName
{
border-color: #6549AD;
}
</style>