Shades of Blue Marguerite #6549B2
Tints of Blue Marguerite #6549B2
RGB
CMYK
RGB Variations
Color information
#6549B2 (or 0x6549B2) is known color: Blue Marguerite. HEX triplet: 65, 49 and B2. RGB value is (101,73,178). Sum of RGB (Red+Green+Blue) = 101+73+178=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 178 (69.92% from 255 or 50.57% from 352); Max value from RGB is 178 - color contains mainly: blue. Hex color #6549B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6549B2 is #9AB64D. Grayscale: #5C5C5C. Windows color (decimal): -10139214 or 11684197. OLE color: 11684197.
HSL color Cylindrical-coordinate representation of color #6549B2: hue angle of 256º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6549B2 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 73 | 178 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.30 |
| HSL | 256º | 0.42% | 0.49% | - |
| HSV(B) | 256º | 0.59% | 0.7% | - |
| XYZ | 15.79 | 10.75 | 43.36 | - |
| YUV | 93.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 178 | 0.43 | 0.59 | 0 | 0.30 | 256 | 0.42 | 0.49 |
| Hex | 65 | 49 | B2 | 2B | 3B | 0 | 1E | 100 | 2A | 31 |
| Octal | 145 | 111 | 262 | 53 | 73 | 0 | 36 | 400 | 52 | 61 |
| Binary | 1100101 | 1001001 | 10110010 | 101011 | 111011 | 0 | 11110 | 100000000 | 101010 | 110001 |
Color Harmonies of #6549B2
Complementary color
Monochromatic Colors of #6549B2
Black with #6549B2
Text Example
Text Example
White with #6549B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549B2; }
p { color: rgb(101,73,178); }
H1.HeaderClassName
{
color: #6549B2;
}
.AnyTagClassName
{
color: #6549B2;
}
</style>
background-color css
<style>
a { background-color: #6549B2; }
a { background-color: rgb(101,73,178); }
div.DivClassName
{
background-color: #6549B2;
}
.BgClassName
{
background-color: #6549B2;
}
</style>
border-color css
<style>
span { border-color: #6549B2; }
span { border-color: rgb(101,73,178); }
td.TdClassName
{
border-color: #6549B2;
}
.TagClassName
{
border-color: #6549B2;
}
</style>