Shades of Blue Marguerite #7060AE
Tints of Blue Marguerite #7060AE
RGB
CMYK
RGB Variations
Color information
#7060AE (or 0x7060AE) is known color: Blue Marguerite. HEX triplet: 70, 60 and AE. RGB value is (112,96,174). Sum of RGB (Red+Green+Blue) = 112+96+174=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #7060AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7060AE is #8F9F51. Grayscale: #6D6D6D. Windows color (decimal): -9412434 or 11427952. OLE color: 11427952.
HSL color Cylindrical-coordinate representation of color #7060AE: hue angle of 252.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7060AE is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 96 | 174 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.32 |
| HSL | 252.31º | 0.33% | 0.53% | - |
| HSV(B) | 252.31º | 0.45% | 0.68% | - |
| XYZ | 18.5 | 14.87 | 41.94 | - |
| YUV | 109.68 | 164.3 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 174 | 0.36 | 0.45 | 0 | 0.32 | 252.31 | 0.33 | 0.53 |
| Hex | 70 | 60 | AE | 24 | 2D | 0 | 20 | FC | 20 | 35 |
| Octal | 160 | 140 | 256 | 44 | 55 | 0 | 40 | 374 | 40 | 65 |
| Binary | 1110000 | 1100000 | 10101110 | 100100 | 101101 | 0 | 100000 | 11111100 | 100000 | 110101 |
Color Harmonies of #7060AE
Complementary color
Monochromatic Colors of #7060AE
Black with #7060AE
Text Example
Text Example
White with #7060AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060AE; }
p { color: rgb(112,96,174); }
H1.HeaderClassName
{
color: #7060AE;
}
.AnyTagClassName
{
color: #7060AE;
}
</style>
background-color css
<style>
a { background-color: #7060AE; }
a { background-color: rgb(112,96,174); }
div.DivClassName
{
background-color: #7060AE;
}
.BgClassName
{
background-color: #7060AE;
}
</style>
border-color css
<style>
span { border-color: #7060AE; }
span { border-color: rgb(112,96,174); }
td.TdClassName
{
border-color: #7060AE;
}
.TagClassName
{
border-color: #7060AE;
}
</style>