Shades of Dolphin #68666D
Tints of Dolphin #68666D
RGB
CMYK
RGB Variations
Color information
#68666D (or 0x68666D) is known color: Dolphin. HEX triplet: 68, 66 and 6D. RGB value is (104,102,109). Sum of RGB (Red+Green+Blue) = 104+102+109=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #68666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666D is #979992. Grayscale: #676767. Windows color (decimal): -9935251 or 7169640. OLE color: 7169640.
HSL color Cylindrical-coordinate representation of color #68666D: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68666D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 102 | 109 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.57 |
| HSL | 257.14º | 0.03% | 0.41% | - |
| HSV(B) | 257.14º | 0.06% | 0.43% | - |
| XYZ | 13.22 | 13.55 | 16.39 | - |
| YUV | 103.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 109 | 0.05 | 0.06 | 0 | 0.57 | 257.14 | 0.03 | 0.41 |
| Hex | 68 | 66 | 6D | 5 | 6 | 0 | 39 | 101 | 3 | 29 |
| Octal | 150 | 146 | 155 | 5 | 6 | 0 | 71 | 401 | 3 | 51 |
| Binary | 1101000 | 1100110 | 1101101 | 101 | 110 | 0 | 111001 | 100000001 | 11 | 101001 |
Color Harmonies of #68666D
Complementary color
Monochromatic Colors of #68666D
Black with #68666D
Text Example
Text Example
White with #68666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68666D; }
p { color: rgb(104,102,109); }
H1.HeaderClassName
{
color: #68666D;
}
.AnyTagClassName
{
color: #68666D;
}
</style>
background-color css
<style>
a { background-color: #68666D; }
a { background-color: rgb(104,102,109); }
div.DivClassName
{
background-color: #68666D;
}
.BgClassName
{
background-color: #68666D;
}
</style>
border-color css
<style>
span { border-color: #68666D; }
span { border-color: rgb(104,102,109); }
td.TdClassName
{
border-color: #68666D;
}
.TagClassName
{
border-color: #68666D;
}
</style>