Shades of Blue Marguerite #7067AD
Tints of Blue Marguerite #7067AD
RGB
CMYK
RGB Variations
Color information
#7067AD (or 0x7067AD) is known color: Blue Marguerite. HEX triplet: 70, 67 and AD. RGB value is (112,103,173). Sum of RGB (Red+Green+Blue) = 112+103+173=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #7067AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7067AD is #8F9852. Grayscale: #717171. Windows color (decimal): -9410643 or 11364208. OLE color: 11364208.
HSL color Cylindrical-coordinate representation of color #7067AD: hue angle of 247.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7067AD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 103 | 173 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.32 |
| HSL | 247.71º | 0.3% | 0.54% | - |
| HSV(B) | 247.71º | 0.4% | 0.68% | - |
| XYZ | 19.08 | 16.16 | 41.65 | - |
| YUV | 113.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 173 | 0.35 | 0.40 | 0 | 0.32 | 247.71 | 0.3 | 0.54 |
| Hex | 70 | 67 | AD | 23 | 28 | 0 | 20 | F8 | 1E | 36 |
| Octal | 160 | 147 | 255 | 43 | 50 | 0 | 40 | 370 | 36 | 66 |
| Binary | 1110000 | 1100111 | 10101101 | 100011 | 101000 | 0 | 100000 | 11111000 | 11110 | 110110 |
Color Harmonies of #7067AD
Complementary color
Monochromatic Colors of #7067AD
Black with #7067AD
Text Example
Text Example
White with #7067AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067AD; }
p { color: rgb(112,103,173); }
H1.HeaderClassName
{
color: #7067AD;
}
.AnyTagClassName
{
color: #7067AD;
}
</style>
background-color css
<style>
a { background-color: #7067AD; }
a { background-color: rgb(112,103,173); }
div.DivClassName
{
background-color: #7067AD;
}
.BgClassName
{
background-color: #7067AD;
}
</style>
border-color css
<style>
span { border-color: #7067AD; }
span { border-color: rgb(112,103,173); }
td.TdClassName
{
border-color: #7067AD;
}
.TagClassName
{
border-color: #7067AD;
}
</style>