Shades of Blue Marguerite #7067B3
Tints of Blue Marguerite #7067B3
RGB
CMYK
RGB Variations
Color information
#7067B3 (or 0x7067B3) is known color: Blue Marguerite. HEX triplet: 70, 67 and B3. RGB value is (112,103,179). Sum of RGB (Red+Green+Blue) = 112+103+179=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #7067B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067B3 is #8F984C. Grayscale: #727272. Windows color (decimal): -9410637 or 11757424. OLE color: 11757424.
HSL color Cylindrical-coordinate representation of color #7067B3: hue angle of 247.11º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7067B3 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 103 | 179 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.30 |
| HSL | 247.11º | 0.33% | 0.55% | - |
| HSV(B) | 247.11º | 0.42% | 0.7% | - |
| XYZ | 19.67 | 16.4 | 44.78 | - |
| YUV | 114.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 179 | 0.37 | 0.42 | 0 | 0.30 | 247.11 | 0.33 | 0.55 |
| Hex | 70 | 67 | B3 | 25 | 2A | 0 | 1E | F7 | 21 | 37 |
| Octal | 160 | 147 | 263 | 45 | 52 | 0 | 36 | 367 | 41 | 67 |
| Binary | 1110000 | 1100111 | 10110011 | 100101 | 101010 | 0 | 11110 | 11110111 | 100001 | 110111 |
Color Harmonies of #7067B3
Complementary color
Monochromatic Colors of #7067B3
Black with #7067B3
Text Example
Text Example
White with #7067B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067B3; }
p { color: rgb(112,103,179); }
H1.HeaderClassName
{
color: #7067B3;
}
.AnyTagClassName
{
color: #7067B3;
}
</style>
background-color css
<style>
a { background-color: #7067B3; }
a { background-color: rgb(112,103,179); }
div.DivClassName
{
background-color: #7067B3;
}
.BgClassName
{
background-color: #7067B3;
}
</style>
border-color css
<style>
span { border-color: #7067B3; }
span { border-color: rgb(112,103,179); }
td.TdClassName
{
border-color: #7067B3;
}
.TagClassName
{
border-color: #7067B3;
}
</style>