Shades of Blue Marguerite #716AB6
Tints of Blue Marguerite #716AB6
RGB
CMYK
RGB Variations
Color information
#716AB6 (or 0x716AB6) is known color: Blue Marguerite. HEX triplet: 71, 6A and B6. RGB value is (113,106,182). Sum of RGB (Red+Green+Blue) = 113+106+182=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #716AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716AB6 is #8E9549. Grayscale: #747474. Windows color (decimal): -9344330 or 11954801. OLE color: 11954801.
HSL color Cylindrical-coordinate representation of color #716AB6: hue angle of 245.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #716AB6 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 106 | 182 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.29 |
| HSL | 245.53º | 0.34% | 0.56% | - |
| HSV(B) | 245.53º | 0.42% | 0.71% | - |
| XYZ | 20.41 | 17.2 | 46.5 | - |
| YUV | 116.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 182 | 0.38 | 0.42 | 0 | 0.29 | 245.53 | 0.34 | 0.56 |
| Hex | 71 | 6A | B6 | 26 | 2A | 0 | 1D | F6 | 22 | 38 |
| Octal | 161 | 152 | 266 | 46 | 52 | 0 | 35 | 366 | 42 | 70 |
| Binary | 1110001 | 1101010 | 10110110 | 100110 | 101010 | 0 | 11101 | 11110110 | 100010 | 111000 |
Color Harmonies of #716AB6
Complementary color
Monochromatic Colors of #716AB6
Black with #716AB6
Text Example
Text Example
White with #716AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716AB6; }
p { color: rgb(113,106,182); }
H1.HeaderClassName
{
color: #716AB6;
}
.AnyTagClassName
{
color: #716AB6;
}
</style>
background-color css
<style>
a { background-color: #716AB6; }
a { background-color: rgb(113,106,182); }
div.DivClassName
{
background-color: #716AB6;
}
.BgClassName
{
background-color: #716AB6;
}
</style>
border-color css
<style>
span { border-color: #716AB6; }
span { border-color: rgb(113,106,182); }
td.TdClassName
{
border-color: #716AB6;
}
.TagClassName
{
border-color: #716AB6;
}
</style>