Shades of Blue Marguerite #6449BA
Tints of Blue Marguerite #6449BA
RGB
CMYK
RGB Variations
Color information
#6449BA (or 0x6449BA) is known color: Blue Marguerite. HEX triplet: 64, 49 and BA. RGB value is (100,73,186). Sum of RGB (Red+Green+Blue) = 100+73+186=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #6449BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449BA is #9BB645. Grayscale: #5D5D5D. Windows color (decimal): -10204742 or 12208484. OLE color: 12208484.
HSL color Cylindrical-coordinate representation of color #6449BA: hue angle of 254.34º 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 #6449BA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 73 | 186 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.27 |
| HSL | 254.34º | 0.45% | 0.51% | - |
| HSV(B) | 254.34º | 0.61% | 0.73% | - |
| XYZ | 16.5 | 11.02 | 47.71 | - |
| YUV | 93.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 186 | 0.46 | 0.61 | 0 | 0.27 | 254.34 | 0.45 | 0.51 |
| Hex | 64 | 49 | BA | 2E | 3D | 0 | 1B | FE | 2D | 33 |
| Octal | 144 | 111 | 272 | 56 | 75 | 0 | 33 | 376 | 55 | 63 |
| Binary | 1100100 | 1001001 | 10111010 | 101110 | 111101 | 0 | 11011 | 11111110 | 101101 | 110011 |
Color Harmonies of #6449BA
Complementary color
Monochromatic Colors of #6449BA
Black with #6449BA
Text Example
Text Example
White with #6449BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449BA; }
p { color: rgb(100,73,186); }
H1.HeaderClassName
{
color: #6449BA;
}
.AnyTagClassName
{
color: #6449BA;
}
</style>
background-color css
<style>
a { background-color: #6449BA; }
a { background-color: rgb(100,73,186); }
div.DivClassName
{
background-color: #6449BA;
}
.BgClassName
{
background-color: #6449BA;
}
</style>
border-color css
<style>
span { border-color: #6449BA; }
span { border-color: rgb(100,73,186); }
td.TdClassName
{
border-color: #6449BA;
}
.TagClassName
{
border-color: #6449BA;
}
</style>