Shades of Blue Marguerite #6057BB
Tints of Blue Marguerite #6057BB
RGB
CMYK
RGB Variations
Color information
#6057BB (or 0x6057BB) is known color: Blue Marguerite. HEX triplet: 60, 57 and BB. RGB value is (96,87,187). Sum of RGB (Red+Green+Blue) = 96+87+187=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #6057BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057BB is #9FA844. Grayscale: #646464. Windows color (decimal): -10463301 or 12277600. OLE color: 12277600.
HSL color Cylindrical-coordinate representation of color #6057BB: hue angle of 245.4º 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 #6057BB is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 87 | 187 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.27 |
| HSL | 245.4º | 0.42% | 0.54% | - |
| HSV(B) | 245.4º | 0.53% | 0.73% | - |
| XYZ | 17.2 | 12.89 | 48.6 | - |
| YUV | 101.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 187 | 0.49 | 0.53 | 0 | 0.27 | 245.4 | 0.42 | 0.54 |
| Hex | 60 | 57 | BB | 31 | 35 | 0 | 1B | F5 | 2A | 36 |
| Octal | 140 | 127 | 273 | 61 | 65 | 0 | 33 | 365 | 52 | 66 |
| Binary | 1100000 | 1010111 | 10111011 | 110001 | 110101 | 0 | 11011 | 11110101 | 101010 | 110110 |
Color Harmonies of #6057BB
Complementary color
Monochromatic Colors of #6057BB
Black with #6057BB
Text Example
Text Example
White with #6057BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6057BB; }
p { color: rgb(96,87,187); }
H1.HeaderClassName
{
color: #6057BB;
}
.AnyTagClassName
{
color: #6057BB;
}
</style>
background-color css
<style>
a { background-color: #6057BB; }
a { background-color: rgb(96,87,187); }
div.DivClassName
{
background-color: #6057BB;
}
.BgClassName
{
background-color: #6057BB;
}
</style>
border-color css
<style>
span { border-color: #6057BB; }
span { border-color: rgb(96,87,187); }
td.TdClassName
{
border-color: #6057BB;
}
.TagClassName
{
border-color: #6057BB;
}
</style>