Shades of Blue Marguerite #706AAF
Tints of Blue Marguerite #706AAF
RGB
CMYK
RGB Variations
Color information
#706AAF (or 0x706AAF) is known color: Blue Marguerite. HEX triplet: 70, 6A and AF. RGB value is (112,106,175). Sum of RGB (Red+Green+Blue) = 112+106+175=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #706AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706AAF is #8F9550. Grayscale: #737373. Windows color (decimal): -9409873 or 11496048. OLE color: 11496048.
HSL color Cylindrical-coordinate representation of color #706AAF: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #706AAF is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 106 | 175 | - |
| CMYK | 0.36 | 0.39 | 0 | 0.31 |
| HSL | 245.22º | 0.3% | 0.55% | - |
| HSV(B) | 245.22º | 0.39% | 0.69% | - |
| XYZ | 19.57 | 16.85 | 42.78 | - |
| YUV | 115.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 175 | 0.36 | 0.39 | 0 | 0.31 | 245.22 | 0.3 | 0.55 |
| Hex | 70 | 6A | AF | 24 | 27 | 0 | 1F | F5 | 1E | 37 |
| Octal | 160 | 152 | 257 | 44 | 47 | 0 | 37 | 365 | 36 | 67 |
| Binary | 1110000 | 1101010 | 10101111 | 100100 | 100111 | 0 | 11111 | 11110101 | 11110 | 110111 |
Color Harmonies of #706AAF
Complementary color
Monochromatic Colors of #706AAF
Black with #706AAF
Text Example
Text Example
White with #706AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AAF; }
p { color: rgb(112,106,175); }
H1.HeaderClassName
{
color: #706AAF;
}
.AnyTagClassName
{
color: #706AAF;
}
</style>
background-color css
<style>
a { background-color: #706AAF; }
a { background-color: rgb(112,106,175); }
div.DivClassName
{
background-color: #706AAF;
}
.BgClassName
{
background-color: #706AAF;
}
</style>
border-color css
<style>
span { border-color: #706AAF; }
span { border-color: rgb(112,106,175); }
td.TdClassName
{
border-color: #706AAF;
}
.TagClassName
{
border-color: #706AAF;
}
</style>