Shades of Blue Marguerite #7067BB
Tints of Blue Marguerite #7067BB
RGB
CMYK
RGB Variations
Color information
#7067BB (or 0x7067BB) is known color: Blue Marguerite. HEX triplet: 70, 67 and BB. RGB value is (112,103,187). Sum of RGB (Red+Green+Blue) = 112+103+187=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #7067BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7067BB is #8F9844. Grayscale: #727272. Windows color (decimal): -9410629 or 12281712. OLE color: 12281712.
HSL color Cylindrical-coordinate representation of color #7067BB: hue angle of 246.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7067BB is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 103 | 187 | - |
| CMYK | 0.40 | 0.45 | 0 | 0.27 |
| HSL | 246.43º | 0.38% | 0.57% | - |
| HSV(B) | 246.43º | 0.45% | 0.73% | - |
| XYZ | 20.5 | 16.73 | 49.16 | - |
| YUV | 115.27 | 168.48 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 187 | 0.40 | 0.45 | 0 | 0.27 | 246.43 | 0.38 | 0.57 |
| Hex | 70 | 67 | BB | 28 | 2D | 0 | 1B | F6 | 26 | 39 |
| Octal | 160 | 147 | 273 | 50 | 55 | 0 | 33 | 366 | 46 | 71 |
| Binary | 1110000 | 1100111 | 10111011 | 101000 | 101101 | 0 | 11011 | 11110110 | 100110 | 111001 |
Color Harmonies of #7067BB
Complementary color
Monochromatic Colors of #7067BB
Black with #7067BB
Text Example
Text Example
White with #7067BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7067BB; }
p { color: rgb(112,103,187); }
H1.HeaderClassName
{
color: #7067BB;
}
.AnyTagClassName
{
color: #7067BB;
}
</style>
background-color css
<style>
a { background-color: #7067BB; }
a { background-color: rgb(112,103,187); }
div.DivClassName
{
background-color: #7067BB;
}
.BgClassName
{
background-color: #7067BB;
}
</style>
border-color css
<style>
span { border-color: #7067BB; }
span { border-color: rgb(112,103,187); }
td.TdClassName
{
border-color: #7067BB;
}
.TagClassName
{
border-color: #7067BB;
}
</style>