Shades of Blue Marguerite #6059B5
Tints of Blue Marguerite #6059B5
RGB
CMYK
RGB Variations
Color information
#6059B5 (or 0x6059B5) is known color: Blue Marguerite. HEX triplet: 60, 59 and B5. RGB value is (96,89,181). Sum of RGB (Red+Green+Blue) = 96+89+181=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #6059B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059B5 is #9FA64A. Grayscale: #656565. Windows color (decimal): -10462795 or 11884896. OLE color: 11884896.
HSL color Cylindrical-coordinate representation of color #6059B5: hue angle of 244.57º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6059B5 is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 89 | 181 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.29 |
| HSL | 244.57º | 0.38% | 0.53% | - |
| HSV(B) | 244.57º | 0.51% | 0.71% | - |
| XYZ | 16.74 | 12.97 | 45.34 | - |
| YUV | 101.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 181 | 0.47 | 0.51 | 0 | 0.29 | 244.57 | 0.38 | 0.53 |
| Hex | 60 | 59 | B5 | 2F | 33 | 0 | 1D | F5 | 26 | 35 |
| Octal | 140 | 131 | 265 | 57 | 63 | 0 | 35 | 365 | 46 | 65 |
| Binary | 1100000 | 1011001 | 10110101 | 101111 | 110011 | 0 | 11101 | 11110101 | 100110 | 110101 |
Color Harmonies of #6059B5
Complementary color
Monochromatic Colors of #6059B5
Black with #6059B5
Text Example
Text Example
White with #6059B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6059B5; }
p { color: rgb(96,89,181); }
H1.HeaderClassName
{
color: #6059B5;
}
.AnyTagClassName
{
color: #6059B5;
}
</style>
background-color css
<style>
a { background-color: #6059B5; }
a { background-color: rgb(96,89,181); }
div.DivClassName
{
background-color: #6059B5;
}
.BgClassName
{
background-color: #6059B5;
}
</style>
border-color css
<style>
span { border-color: #6059B5; }
span { border-color: rgb(96,89,181); }
td.TdClassName
{
border-color: #6059B5;
}
.TagClassName
{
border-color: #6059B5;
}
</style>