Shades of Blue Marguerite #7066B5
Tints of Blue Marguerite #7066B5
RGB
CMYK
RGB Variations
Color information
#7066B5 (or 0x7066B5) is known color: Blue Marguerite. HEX triplet: 70, 66 and B5. RGB value is (112,102,181). Sum of RGB (Red+Green+Blue) = 112+102+181=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 181 - color contains mainly: blue. Hex color #7066B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7066B5 is #8F994A. Grayscale: #717171. Windows color (decimal): -9410891 or 11888240. OLE color: 11888240.
HSL color Cylindrical-coordinate representation of color #7066B5: hue angle of 247.59º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7066B5 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 102 | 181 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.29 |
| HSL | 247.59º | 0.35% | 0.55% | - |
| HSV(B) | 247.59º | 0.44% | 0.71% | - |
| XYZ | 19.77 | 16.28 | 45.82 | - |
| YUV | 114 | 165.81 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 181 | 0.38 | 0.44 | 0 | 0.29 | 247.59 | 0.35 | 0.55 |
| Hex | 70 | 66 | B5 | 26 | 2C | 0 | 1D | F8 | 23 | 37 |
| Octal | 160 | 146 | 265 | 46 | 54 | 0 | 35 | 370 | 43 | 67 |
| Binary | 1110000 | 1100110 | 10110101 | 100110 | 101100 | 0 | 11101 | 11111000 | 100011 | 110111 |
Color Harmonies of #7066B5
Complementary color
Monochromatic Colors of #7066B5
Black with #7066B5
Text Example
Text Example
White with #7066B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7066B5; }
p { color: rgb(112,102,181); }
H1.HeaderClassName
{
color: #7066B5;
}
.AnyTagClassName
{
color: #7066B5;
}
</style>
background-color css
<style>
a { background-color: #7066B5; }
a { background-color: rgb(112,102,181); }
div.DivClassName
{
background-color: #7066B5;
}
.BgClassName
{
background-color: #7066B5;
}
</style>
border-color css
<style>
span { border-color: #7066B5; }
span { border-color: rgb(112,102,181); }
td.TdClassName
{
border-color: #7066B5;
}
.TagClassName
{
border-color: #7066B5;
}
</style>