Shades of Blue Marguerite #705DB6
Tints of Blue Marguerite #705DB6
RGB
CMYK
RGB Variations
Color information
#705DB6 (or 0x705DB6) is known color: Blue Marguerite. HEX triplet: 70, 5D and B6. RGB value is (112,93,182). Sum of RGB (Red+Green+Blue) = 112+93+182=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #705DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DB6 is #8FA249. Grayscale: #6C6C6C. Windows color (decimal): -9413194 or 11951472. OLE color: 11951472.
HSL color Cylindrical-coordinate representation of color #705DB6: hue angle of 252.81º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705DB6 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 93 | 182 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.29 |
| HSL | 252.81º | 0.38% | 0.54% | - |
| HSV(B) | 252.81º | 0.49% | 0.71% | - |
| XYZ | 19.04 | 14.65 | 46.08 | - |
| YUV | 108.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 182 | 0.38 | 0.49 | 0 | 0.29 | 252.81 | 0.38 | 0.54 |
| Hex | 70 | 5D | B6 | 26 | 31 | 0 | 1D | FD | 26 | 36 |
| Octal | 160 | 135 | 266 | 46 | 61 | 0 | 35 | 375 | 46 | 66 |
| Binary | 1110000 | 1011101 | 10110110 | 100110 | 110001 | 0 | 11101 | 11111101 | 100110 | 110110 |
Color Harmonies of #705DB6
Complementary color
Monochromatic Colors of #705DB6
Black with #705DB6
Text Example
Text Example
White with #705DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705DB6; }
p { color: rgb(112,93,182); }
H1.HeaderClassName
{
color: #705DB6;
}
.AnyTagClassName
{
color: #705DB6;
}
</style>
background-color css
<style>
a { background-color: #705DB6; }
a { background-color: rgb(112,93,182); }
div.DivClassName
{
background-color: #705DB6;
}
.BgClassName
{
background-color: #705DB6;
}
</style>
border-color css
<style>
span { border-color: #705DB6; }
span { border-color: rgb(112,93,182); }
td.TdClassName
{
border-color: #705DB6;
}
.TagClassName
{
border-color: #705DB6;
}
</style>