Shades of Blue Marguerite #7062BC
Tints of Blue Marguerite #7062BC
RGB
CMYK
RGB Variations
Color information
#7062BC (or 0x7062BC) is known color: Blue Marguerite. HEX triplet: 70, 62 and BC. RGB value is (112,98,188). Sum of RGB (Red+Green+Blue) = 112+98+188=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #7062BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062BC is #8F9D43. Grayscale: #707070. Windows color (decimal): -9411908 or 12345968. OLE color: 12345968.
HSL color Cylindrical-coordinate representation of color #7062BC: hue angle of 249.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7062BC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 98 | 188 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.26 |
| HSL | 249.33º | 0.4% | 0.56% | - |
| HSV(B) | 249.33º | 0.48% | 0.74% | - |
| XYZ | 20.13 | 15.81 | 49.57 | - |
| YUV | 112.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 188 | 0.40 | 0.48 | 0 | 0.26 | 249.33 | 0.4 | 0.56 |
| Hex | 70 | 62 | BC | 28 | 30 | 0 | 1A | F9 | 28 | 38 |
| Octal | 160 | 142 | 274 | 50 | 60 | 0 | 32 | 371 | 50 | 70 |
| Binary | 1110000 | 1100010 | 10111100 | 101000 | 110000 | 0 | 11010 | 11111001 | 101000 | 111000 |
Color Harmonies of #7062BC
Complementary color
Monochromatic Colors of #7062BC
Black with #7062BC
Text Example
Text Example
White with #7062BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062BC; }
p { color: rgb(112,98,188); }
H1.HeaderClassName
{
color: #7062BC;
}
.AnyTagClassName
{
color: #7062BC;
}
</style>
background-color css
<style>
a { background-color: #7062BC; }
a { background-color: rgb(112,98,188); }
div.DivClassName
{
background-color: #7062BC;
}
.BgClassName
{
background-color: #7062BC;
}
</style>
border-color css
<style>
span { border-color: #7062BC; }
span { border-color: rgb(112,98,188); }
td.TdClassName
{
border-color: #7062BC;
}
.TagClassName
{
border-color: #7062BC;
}
</style>