Shades of Dolphin #68666C
Tints of Dolphin #68666C
RGB
CMYK
RGB Variations
Color information
#68666C (or 0x68666C) is known color: Dolphin. HEX triplet: 68, 66 and 6C. RGB value is (104,102,108). Sum of RGB (Red+Green+Blue) = 104+102+108=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #68666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666C is #979993. Grayscale: #676767. Windows color (decimal): -9935252 or 7104104. OLE color: 7104104.
HSL color Cylindrical-coordinate representation of color #68666C: hue angle of 260º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68666C is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 102 | 108 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.58 |
| HSL | 260º | 0.03% | 0.41% | - |
| HSV(B) | 260º | 0.06% | 0.42% | - |
| XYZ | 13.17 | 13.53 | 16.1 | - |
| YUV | 103.28 | 130.66 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 108 | 0.04 | 0.06 | 0 | 0.58 | 260 | 0.03 | 0.41 |
| Hex | 68 | 66 | 6C | 4 | 6 | 0 | 3A | 104 | 3 | 29 |
| Octal | 150 | 146 | 154 | 4 | 6 | 0 | 72 | 404 | 3 | 51 |
| Binary | 1101000 | 1100110 | 1101100 | 100 | 110 | 0 | 111010 | 100000100 | 11 | 101001 |
Color Harmonies of #68666C
Complementary color
Monochromatic Colors of #68666C
Black with #68666C
Text Example
Text Example
White with #68666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68666C; }
p { color: rgb(104,102,108); }
H1.HeaderClassName
{
color: #68666C;
}
.AnyTagClassName
{
color: #68666C;
}
</style>
background-color css
<style>
a { background-color: #68666C; }
a { background-color: rgb(104,102,108); }
div.DivClassName
{
background-color: #68666C;
}
.BgClassName
{
background-color: #68666C;
}
</style>
border-color css
<style>
span { border-color: #68666C; }
span { border-color: rgb(104,102,108); }
td.TdClassName
{
border-color: #68666C;
}
.TagClassName
{
border-color: #68666C;
}
</style>