Shades of Dolphin #6E6D73
Tints of Dolphin #6E6D73
RGB
CMYK
RGB Variations
Color information
#6E6D73 (or 0x6E6D73) is known color: Dolphin. HEX triplet: 6E, 6D and 73. RGB value is (110,109,115). Sum of RGB (Red+Green+Blue) = 110+109+115=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E6D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D73 is #91928C. Grayscale: #6D6D6D. Windows color (decimal): -9540237 or 7564654. OLE color: 7564654.
HSL color Cylindrical-coordinate representation of color #6E6D73: hue angle of 250º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E6D73 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 109 | 115 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.55 |
| HSL | 250º | 0.03% | 0.44% | - |
| HSV(B) | 250º | 0.05% | 0.45% | - |
| XYZ | 14.99 | 15.49 | 18.42 | - |
| YUV | 109.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 115 | 0.04 | 0.05 | 0 | 0.55 | 250 | 0.03 | 0.44 |
| Hex | 6E | 6D | 73 | 4 | 5 | 0 | 37 | FA | 3 | 2C |
| Octal | 156 | 155 | 163 | 4 | 5 | 0 | 67 | 372 | 3 | 54 |
| Binary | 1101110 | 1101101 | 1110011 | 100 | 101 | 0 | 110111 | 11111010 | 11 | 101100 |
Color Harmonies of #6E6D73
Complementary color
Monochromatic Colors of #6E6D73
Black with #6E6D73
Text Example
Text Example
White with #6E6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6D73; }
p { color: rgb(110,109,115); }
H1.HeaderClassName
{
color: #6E6D73;
}
.AnyTagClassName
{
color: #6E6D73;
}
</style>
background-color css
<style>
a { background-color: #6E6D73; }
a { background-color: rgb(110,109,115); }
div.DivClassName
{
background-color: #6E6D73;
}
.BgClassName
{
background-color: #6E6D73;
}
</style>
border-color css
<style>
span { border-color: #6E6D73; }
span { border-color: rgb(110,109,115); }
td.TdClassName
{
border-color: #6E6D73;
}
.TagClassName
{
border-color: #6E6D73;
}
</style>