Shades of Dolphin #6E6979
Tints of Dolphin #6E6979
RGB
CMYK
RGB Variations
Color information
#6E6979 (or 0x6E6979) is known color: Dolphin. HEX triplet: 6E, 69 and 79. RGB value is (110,105,121). Sum of RGB (Red+Green+Blue) = 110+105+121=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E6979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6979 is #919686. Grayscale: #6C6C6C. Windows color (decimal): -9541255 or 7956846. OLE color: 7956846.
HSL color Cylindrical-coordinate representation of color #6E6979: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6979 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 105 | 121 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.53 |
| HSL | 258.75º | 0.07% | 0.44% | - |
| HSV(B) | 258.75º | 0.13% | 0.47% | - |
| XYZ | 14.93 | 14.8 | 20.16 | - |
| YUV | 108.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 121 | 0.09 | 0.13 | 0 | 0.53 | 258.75 | 0.07 | 0.44 |
| Hex | 6E | 69 | 79 | 9 | D | 0 | 35 | 103 | 7 | 2C |
| Octal | 156 | 151 | 171 | 11 | 15 | 0 | 65 | 403 | 7 | 54 |
| Binary | 1101110 | 1101001 | 1111001 | 1001 | 1101 | 0 | 110101 | 100000011 | 111 | 101100 |
Color Harmonies of #6E6979
Complementary color
Monochromatic Colors of #6E6979
Black with #6E6979
Text Example
Text Example
White with #6E6979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6979; }
p { color: rgb(110,105,121); }
H1.HeaderClassName
{
color: #6E6979;
}
.AnyTagClassName
{
color: #6E6979;
}
</style>
background-color css
<style>
a { background-color: #6E6979; }
a { background-color: rgb(110,105,121); }
div.DivClassName
{
background-color: #6E6979;
}
.BgClassName
{
background-color: #6E6979;
}
</style>
border-color css
<style>
span { border-color: #6E6979; }
span { border-color: rgb(110,105,121); }
td.TdClassName
{
border-color: #6E6979;
}
.TagClassName
{
border-color: #6E6979;
}
</style>