Shades of Dolphin #6F6E76
Tints of Dolphin #6F6E76
RGB
CMYK
RGB Variations
Color information
#6F6E76 (or 0x6F6E76) is known color: Dolphin. HEX triplet: 6F, 6E and 76. RGB value is (111,110,118). Sum of RGB (Red+Green+Blue) = 111+110+118=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F6E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E76 is #909189. Grayscale: #6F6F6F. Windows color (decimal): -9474442 or 7761519. OLE color: 7761519.
HSL color Cylindrical-coordinate representation of color #6F6E76: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F6E76 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 110 | 118 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.54 |
| HSL | 247.5º | 0.04% | 0.45% | - |
| HSV(B) | 247.5º | 0.07% | 0.46% | - |
| XYZ | 15.4 | 15.84 | 19.39 | - |
| YUV | 111.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 118 | 0.06 | 0.07 | 0 | 0.54 | 247.5 | 0.04 | 0.45 |
| Hex | 6F | 6E | 76 | 6 | 7 | 0 | 36 | F8 | 4 | 2D |
| Octal | 157 | 156 | 166 | 6 | 7 | 0 | 66 | 370 | 4 | 55 |
| Binary | 1101111 | 1101110 | 1110110 | 110 | 111 | 0 | 110110 | 11111000 | 100 | 101101 |
Color Harmonies of #6F6E76
Complementary color
Monochromatic Colors of #6F6E76
Black with #6F6E76
Text Example
Text Example
White with #6F6E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E76; }
p { color: rgb(111,110,118); }
H1.HeaderClassName
{
color: #6F6E76;
}
.AnyTagClassName
{
color: #6F6E76;
}
</style>
background-color css
<style>
a { background-color: #6F6E76; }
a { background-color: rgb(111,110,118); }
div.DivClassName
{
background-color: #6F6E76;
}
.BgClassName
{
background-color: #6F6E76;
}
</style>
border-color css
<style>
span { border-color: #6F6E76; }
span { border-color: rgb(111,110,118); }
td.TdClassName
{
border-color: #6F6E76;
}
.TagClassName
{
border-color: #6F6E76;
}
</style>