Shades of Blue Marguerite #6056BA
Tints of Blue Marguerite #6056BA
RGB
CMYK
RGB Variations
Color information
#6056BA (or 0x6056BA) is known color: Blue Marguerite. HEX triplet: 60, 56 and BA. RGB value is (96,86,186). Sum of RGB (Red+Green+Blue) = 96+86+186=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #6056BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056BA is #9FA945. Grayscale: #646464. Windows color (decimal): -10463558 or 12211808. OLE color: 12211808.
HSL color Cylindrical-coordinate representation of color #6056BA: hue angle of 246º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6056BA is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 86 | 186 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.27 |
| HSL | 246º | 0.42% | 0.53% | - |
| HSV(B) | 246º | 0.54% | 0.73% | - |
| XYZ | 17.01 | 12.69 | 48.01 | - |
| YUV | 100.39 | 176.31 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 186 | 0.48 | 0.54 | 0 | 0.27 | 246 | 0.42 | 0.53 |
| Hex | 60 | 56 | BA | 30 | 36 | 0 | 1B | F6 | 2A | 35 |
| Octal | 140 | 126 | 272 | 60 | 66 | 0 | 33 | 366 | 52 | 65 |
| Binary | 1100000 | 1010110 | 10111010 | 110000 | 110110 | 0 | 11011 | 11110110 | 101010 | 110101 |
Color Harmonies of #6056BA
Complementary color
Monochromatic Colors of #6056BA
Black with #6056BA
Text Example
Text Example
White with #6056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6056BA; }
p { color: rgb(96,86,186); }
H1.HeaderClassName
{
color: #6056BA;
}
.AnyTagClassName
{
color: #6056BA;
}
</style>
background-color css
<style>
a { background-color: #6056BA; }
a { background-color: rgb(96,86,186); }
div.DivClassName
{
background-color: #6056BA;
}
.BgClassName
{
background-color: #6056BA;
}
</style>
border-color css
<style>
span { border-color: #6056BA; }
span { border-color: rgb(96,86,186); }
td.TdClassName
{
border-color: #6056BA;
}
.TagClassName
{
border-color: #6056BA;
}
</style>