Shades of Blue Marguerite #6449BB
Tints of Blue Marguerite #6449BB
RGB
CMYK
RGB Variations
Color information
#6449BB (or 0x6449BB) is known color: Blue Marguerite. HEX triplet: 64, 49 and BB. RGB value is (100,73,187). Sum of RGB (Red+Green+Blue) = 100+73+187=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #6449BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449BB is #9BB644. Grayscale: #5D5D5D. Windows color (decimal): -10204741 or 12274020. OLE color: 12274020.
HSL color Cylindrical-coordinate representation of color #6449BB: hue angle of 254.21º degrees, saturation: 0.46, 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 #6449BB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 73 | 187 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.27 |
| HSL | 254.21º | 0.46% | 0.51% | - |
| HSV(B) | 254.21º | 0.61% | 0.73% | - |
| XYZ | 16.61 | 11.06 | 48.27 | - |
| YUV | 94.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 187 | 0.47 | 0.61 | 0 | 0.27 | 254.21 | 0.46 | 0.51 |
| Hex | 64 | 49 | BB | 2F | 3D | 0 | 1B | FE | 2E | 33 |
| Octal | 144 | 111 | 273 | 57 | 75 | 0 | 33 | 376 | 56 | 63 |
| Binary | 1100100 | 1001001 | 10111011 | 101111 | 111101 | 0 | 11011 | 11111110 | 101110 | 110011 |
Color Harmonies of #6449BB
Complementary color
Monochromatic Colors of #6449BB
Black with #6449BB
Text Example
Text Example
White with #6449BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449BB; }
p { color: rgb(100,73,187); }
H1.HeaderClassName
{
color: #6449BB;
}
.AnyTagClassName
{
color: #6449BB;
}
</style>
background-color css
<style>
a { background-color: #6449BB; }
a { background-color: rgb(100,73,187); }
div.DivClassName
{
background-color: #6449BB;
}
.BgClassName
{
background-color: #6449BB;
}
</style>
border-color css
<style>
span { border-color: #6449BB; }
span { border-color: rgb(100,73,187); }
td.TdClassName
{
border-color: #6449BB;
}
.TagClassName
{
border-color: #6449BB;
}
</style>