Shades of Blue Marguerite #7060B5
Tints of Blue Marguerite #7060B5
RGB
CMYK
RGB Variations
Color information
#7060B5 (or 0x7060B5) is known color: Blue Marguerite. HEX triplet: 70, 60 and B5. RGB value is (112,96,181). Sum of RGB (Red+Green+Blue) = 112+96+181=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 181 (71.09% from 255 or 46.53% from 389); Max value from RGB is 181 - color contains mainly: blue. Hex color #7060B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060B5 is #8F9F4A. Grayscale: #6E6E6E. Windows color (decimal): -9412427 or 11886704. OLE color: 11886704.
HSL color Cylindrical-coordinate representation of color #7060B5: hue angle of 251.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7060B5 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 96 | 181 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.29 |
| HSL | 251.29º | 0.36% | 0.54% | - |
| HSV(B) | 251.29º | 0.47% | 0.71% | - |
| XYZ | 19.21 | 15.15 | 45.63 | - |
| YUV | 110.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 181 | 0.38 | 0.47 | 0 | 0.29 | 251.29 | 0.36 | 0.54 |
| Hex | 70 | 60 | B5 | 26 | 2F | 0 | 1D | FB | 24 | 36 |
| Octal | 160 | 140 | 265 | 46 | 57 | 0 | 35 | 373 | 44 | 66 |
| Binary | 1110000 | 1100000 | 10110101 | 100110 | 101111 | 0 | 11101 | 11111011 | 100100 | 110110 |
Color Harmonies of #7060B5
Complementary color
Monochromatic Colors of #7060B5
Black with #7060B5
Text Example
Text Example
White with #7060B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060B5; }
p { color: rgb(112,96,181); }
H1.HeaderClassName
{
color: #7060B5;
}
.AnyTagClassName
{
color: #7060B5;
}
</style>
background-color css
<style>
a { background-color: #7060B5; }
a { background-color: rgb(112,96,181); }
div.DivClassName
{
background-color: #7060B5;
}
.BgClassName
{
background-color: #7060B5;
}
</style>
border-color css
<style>
span { border-color: #7060B5; }
span { border-color: rgb(112,96,181); }
td.TdClassName
{
border-color: #7060B5;
}
.TagClassName
{
border-color: #7060B5;
}
</style>