Shades of Blue Marguerite #6549AE
Tints of Blue Marguerite #6549AE
RGB
CMYK
RGB Variations
Color information
#6549AE (or 0x6549AE) is known color: Blue Marguerite. HEX triplet: 65, 49 and AE. RGB value is (101,73,174). Sum of RGB (Red+Green+Blue) = 101+73+174=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #6549AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549AE is #9AB651. Grayscale: #5C5C5C. Windows color (decimal): -10139218 or 11422053. OLE color: 11422053.
HSL color Cylindrical-coordinate representation of color #6549AE: hue angle of 256.63º 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 #6549AE is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 73 | 174 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.32 |
| HSL | 256.63º | 0.41% | 0.48% | - |
| HSV(B) | 256.63º | 0.58% | 0.68% | - |
| XYZ | 15.39 | 10.59 | 41.28 | - |
| YUV | 92.89 | 173.78 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 174 | 0.42 | 0.58 | 0 | 0.32 | 256.63 | 0.41 | 0.48 |
| Hex | 65 | 49 | AE | 2A | 3A | 0 | 20 | 101 | 29 | 30 |
| Octal | 145 | 111 | 256 | 52 | 72 | 0 | 40 | 401 | 51 | 60 |
| Binary | 1100101 | 1001001 | 10101110 | 101010 | 111010 | 0 | 100000 | 100000001 | 101001 | 110000 |
Color Harmonies of #6549AE
Complementary color
Monochromatic Colors of #6549AE
Black with #6549AE
Text Example
Text Example
White with #6549AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549AE; }
p { color: rgb(101,73,174); }
H1.HeaderClassName
{
color: #6549AE;
}
.AnyTagClassName
{
color: #6549AE;
}
</style>
background-color css
<style>
a { background-color: #6549AE; }
a { background-color: rgb(101,73,174); }
div.DivClassName
{
background-color: #6549AE;
}
.BgClassName
{
background-color: #6549AE;
}
</style>
border-color css
<style>
span { border-color: #6549AE; }
span { border-color: rgb(101,73,174); }
td.TdClassName
{
border-color: #6549AE;
}
.TagClassName
{
border-color: #6549AE;
}
</style>