Shades of Blue Marguerite #6059BA
Tints of Blue Marguerite #6059BA
RGB
CMYK
RGB Variations
Color information
#6059BA (or 0x6059BA) is known color: Blue Marguerite. HEX triplet: 60, 59 and BA. RGB value is (96,89,186). Sum of RGB (Red+Green+Blue) = 96+89+186=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6059BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059BA is #9FA645. Grayscale: #656565. Windows color (decimal): -10462790 or 12212576. OLE color: 12212576.
HSL color Cylindrical-coordinate representation of color #6059BA: hue angle of 244.33º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6059BA is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 89 | 186 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.27 |
| HSL | 244.33º | 0.41% | 0.54% | - |
| HSV(B) | 244.33º | 0.52% | 0.73% | - |
| XYZ | 17.26 | 13.18 | 48.09 | - |
| YUV | 102.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 186 | 0.48 | 0.52 | 0 | 0.27 | 244.33 | 0.41 | 0.54 |
| Hex | 60 | 59 | BA | 30 | 34 | 0 | 1B | F4 | 29 | 36 |
| Octal | 140 | 131 | 272 | 60 | 64 | 0 | 33 | 364 | 51 | 66 |
| Binary | 1100000 | 1011001 | 10111010 | 110000 | 110100 | 0 | 11011 | 11110100 | 101001 | 110110 |
Color Harmonies of #6059BA
Complementary color
Monochromatic Colors of #6059BA
Black with #6059BA
Text Example
Text Example
White with #6059BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059BA; }
p { color: rgb(96,89,186); }
H1.HeaderClassName
{
color: #6059BA;
}
.AnyTagClassName
{
color: #6059BA;
}
</style>
background-color css
<style>
a { background-color: #6059BA; }
a { background-color: rgb(96,89,186); }
div.DivClassName
{
background-color: #6059BA;
}
.BgClassName
{
background-color: #6059BA;
}
</style>
border-color css
<style>
span { border-color: #6059BA; }
span { border-color: rgb(96,89,186); }
td.TdClassName
{
border-color: #6059BA;
}
.TagClassName
{
border-color: #6059BA;
}
</style>