Shades of Dolphin #6E6A77
Tints of Dolphin #6E6A77
RGB
CMYK
RGB Variations
Color information
#6E6A77 (or 0x6E6A77) is known color: Dolphin. HEX triplet: 6E, 6A and 77. RGB value is (110,106,119). Sum of RGB (Red+Green+Blue) = 110+106+119=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E6A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A77 is #919588. Grayscale: #6C6C6C. Windows color (decimal): -9541001 or 7826030. OLE color: 7826030.
HSL color Cylindrical-coordinate representation of color #6E6A77: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6A77 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 106 | 119 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.53 |
| HSL | 258.46º | 0.06% | 0.44% | - |
| HSV(B) | 258.46º | 0.11% | 0.47% | - |
| XYZ | 14.91 | 14.95 | 19.55 | - |
| YUV | 108.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 119 | 0.08 | 0.11 | 0 | 0.53 | 258.46 | 0.06 | 0.44 |
| Hex | 6E | 6A | 77 | 8 | B | 0 | 35 | 102 | 6 | 2C |
| Octal | 156 | 152 | 167 | 10 | 13 | 0 | 65 | 402 | 6 | 54 |
| Binary | 1101110 | 1101010 | 1110111 | 1000 | 1011 | 0 | 110101 | 100000010 | 110 | 101100 |
Color Harmonies of #6E6A77
Complementary color
Monochromatic Colors of #6E6A77
Black with #6E6A77
Text Example
Text Example
White with #6E6A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A77; }
p { color: rgb(110,106,119); }
H1.HeaderClassName
{
color: #6E6A77;
}
.AnyTagClassName
{
color: #6E6A77;
}
</style>
background-color css
<style>
a { background-color: #6E6A77; }
a { background-color: rgb(110,106,119); }
div.DivClassName
{
background-color: #6E6A77;
}
.BgClassName
{
background-color: #6E6A77;
}
</style>
border-color css
<style>
span { border-color: #6E6A77; }
span { border-color: rgb(110,106,119); }
td.TdClassName
{
border-color: #6E6A77;
}
.TagClassName
{
border-color: #6E6A77;
}
</style>