Shades of Dolphin #706E88
Tints of Dolphin #706E88
RGB
CMYK
RGB Variations
Color information
#706E88 (or 0x706E88) is known color: Dolphin. HEX triplet: 70, 6E and 88. RGB value is (112,110,136). Sum of RGB (Red+Green+Blue) = 112+110+136=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 136 - color contains mainly: blue. Hex color #706E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E88 is #8F9177. Grayscale: #717171. Windows color (decimal): -9408888 or 8941168. OLE color: 8941168.
HSL color Cylindrical-coordinate representation of color #706E88: hue angle of 244.62º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #706E88 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 110 | 136 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.47 |
| HSL | 244.62º | 0.11% | 0.48% | - |
| HSV(B) | 244.62º | 0.19% | 0.53% | - |
| XYZ | 16.7 | 16.37 | 25.57 | - |
| YUV | 113.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 136 | 0.18 | 0.19 | 0 | 0.47 | 244.62 | 0.11 | 0.48 |
| Hex | 70 | 6E | 88 | 12 | 13 | 0 | 2F | F5 | B | 30 |
| Octal | 160 | 156 | 210 | 22 | 23 | 0 | 57 | 365 | 13 | 60 |
| Binary | 1110000 | 1101110 | 10001000 | 10010 | 10011 | 0 | 101111 | 11110101 | 1011 | 110000 |
Color Harmonies of #706E88
Complementary color
Monochromatic Colors of #706E88
Black with #706E88
Text Example
Text Example
White with #706E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E88; }
p { color: rgb(112,110,136); }
H1.HeaderClassName
{
color: #706E88;
}
.AnyTagClassName
{
color: #706E88;
}
</style>
background-color css
<style>
a { background-color: #706E88; }
a { background-color: rgb(112,110,136); }
div.DivClassName
{
background-color: #706E88;
}
.BgClassName
{
background-color: #706E88;
}
</style>
border-color css
<style>
span { border-color: #706E88; }
span { border-color: rgb(112,110,136); }
td.TdClassName
{
border-color: #706E88;
}
.TagClassName
{
border-color: #706E88;
}
</style>