Shades of Blue Marguerite #6049BB
Tints of Blue Marguerite #6049BB
RGB
CMYK
RGB Variations
Color information
#6049BB (or 0x6049BB) is known color: Blue Marguerite. HEX triplet: 60, 49 and BB. RGB value is (96,73,187). Sum of RGB (Red+Green+Blue) = 96+73+187=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #6049BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6049BB is #9FB644. Grayscale: #5C5C5C. Windows color (decimal): -10466885 or 12274016. OLE color: 12274016.
HSL color Cylindrical-coordinate representation of color #6049BB: hue angle of 252.11º 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 #6049BB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 73 | 187 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.27 |
| HSL | 252.11º | 0.46% | 0.51% | - |
| HSV(B) | 252.11º | 0.61% | 0.73% | - |
| XYZ | 16.18 | 10.84 | 48.25 | - |
| YUV | 92.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 187 | 0.49 | 0.61 | 0 | 0.27 | 252.11 | 0.46 | 0.51 |
| Hex | 60 | 49 | BB | 31 | 3D | 0 | 1B | FC | 2E | 33 |
| Octal | 140 | 111 | 273 | 61 | 75 | 0 | 33 | 374 | 56 | 63 |
| Binary | 1100000 | 1001001 | 10111011 | 110001 | 111101 | 0 | 11011 | 11111100 | 101110 | 110011 |
Color Harmonies of #6049BB
Complementary color
Monochromatic Colors of #6049BB
Black with #6049BB
Text Example
Text Example
White with #6049BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6049BB; }
p { color: rgb(96,73,187); }
H1.HeaderClassName
{
color: #6049BB;
}
.AnyTagClassName
{
color: #6049BB;
}
</style>
background-color css
<style>
a { background-color: #6049BB; }
a { background-color: rgb(96,73,187); }
div.DivClassName
{
background-color: #6049BB;
}
.BgClassName
{
background-color: #6049BB;
}
</style>
border-color css
<style>
span { border-color: #6049BB; }
span { border-color: rgb(96,73,187); }
td.TdClassName
{
border-color: #6049BB;
}
.TagClassName
{
border-color: #6049BB;
}
</style>