Shades of Blue Marguerite #6057BA
Tints of Blue Marguerite #6057BA
RGB
CMYK
RGB Variations
Color information
#6057BA (or 0x6057BA) is known color: Blue Marguerite. HEX triplet: 60, 57 and BA. RGB value is (96,87,186). Sum of RGB (Red+Green+Blue) = 96+87+186=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #6057BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057BA is #9FA845. Grayscale: #646464. Windows color (decimal): -10463302 or 12212064. OLE color: 12212064.
HSL color Cylindrical-coordinate representation of color #6057BA: hue angle of 245.45º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6057BA is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 87 | 186 | - |
| CMYK | 0.48 | 0.53 | 0 | 0.27 |
| HSL | 245.45º | 0.42% | 0.54% | - |
| HSV(B) | 245.45º | 0.53% | 0.73% | - |
| XYZ | 17.09 | 12.85 | 48.03 | - |
| YUV | 100.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 186 | 0.48 | 0.53 | 0 | 0.27 | 245.45 | 0.42 | 0.54 |
| Hex | 60 | 57 | BA | 30 | 35 | 0 | 1B | F5 | 2A | 36 |
| Octal | 140 | 127 | 272 | 60 | 65 | 0 | 33 | 365 | 52 | 66 |
| Binary | 1100000 | 1010111 | 10111010 | 110000 | 110101 | 0 | 11011 | 11110101 | 101010 | 110110 |
Color Harmonies of #6057BA
Complementary color
Monochromatic Colors of #6057BA
Black with #6057BA
Text Example
Text Example
White with #6057BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057BA; }
p { color: rgb(96,87,186); }
H1.HeaderClassName
{
color: #6057BA;
}
.AnyTagClassName
{
color: #6057BA;
}
</style>
background-color css
<style>
a { background-color: #6057BA; }
a { background-color: rgb(96,87,186); }
div.DivClassName
{
background-color: #6057BA;
}
.BgClassName
{
background-color: #6057BA;
}
</style>
border-color css
<style>
span { border-color: #6057BA; }
span { border-color: rgb(96,87,186); }
td.TdClassName
{
border-color: #6057BA;
}
.TagClassName
{
border-color: #6057BA;
}
</style>