Shades of Blue Marguerite #6649BA
Tints of Blue Marguerite #6649BA
RGB
CMYK
RGB Variations
Color information
#6649BA (or 0x6649BA) is known color: Blue Marguerite. HEX triplet: 66, 49 and BA. RGB value is (102,73,186). Sum of RGB (Red+Green+Blue) = 102+73+186=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #6649BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6649BA is #99B645. Grayscale: #5E5E5E. Windows color (decimal): -10073670 or 12208486. OLE color: 12208486.
HSL color Cylindrical-coordinate representation of color #6649BA: hue angle of 255.4º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6649BA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 73 | 186 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.27 |
| HSL | 255.4º | 0.45% | 0.51% | - |
| HSV(B) | 255.4º | 0.61% | 0.73% | - |
| XYZ | 16.72 | 11.14 | 47.72 | - |
| YUV | 94.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 73 | 186 | 0.45 | 0.61 | 0 | 0.27 | 255.4 | 0.45 | 0.51 |
| Hex | 66 | 49 | BA | 2D | 3D | 0 | 1B | FF | 2D | 33 |
| Octal | 146 | 111 | 272 | 55 | 75 | 0 | 33 | 377 | 55 | 63 |
| Binary | 1100110 | 1001001 | 10111010 | 101101 | 111101 | 0 | 11011 | 11111111 | 101101 | 110011 |
Color Harmonies of #6649BA
Complementary color
Monochromatic Colors of #6649BA
Black with #6649BA
Text Example
Text Example
White with #6649BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6649BA; }
p { color: rgb(102,73,186); }
H1.HeaderClassName
{
color: #6649BA;
}
.AnyTagClassName
{
color: #6649BA;
}
</style>
background-color css
<style>
a { background-color: #6649BA; }
a { background-color: rgb(102,73,186); }
div.DivClassName
{
background-color: #6649BA;
}
.BgClassName
{
background-color: #6649BA;
}
</style>
border-color css
<style>
span { border-color: #6649BA; }
span { border-color: rgb(102,73,186); }
td.TdClassName
{
border-color: #6649BA;
}
.TagClassName
{
border-color: #6649BA;
}
</style>