Shades of Dolphin #68676D
Tints of Dolphin #68676D
RGB
CMYK
RGB Variations
Color information
#68676D (or 0x68676D) is known color: Dolphin. HEX triplet: 68, 67 and 6D. RGB value is (104,103,109). Sum of RGB (Red+Green+Blue) = 104+103+109=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #68676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676D is #979892. Grayscale: #676767. Windows color (decimal): -9934995 or 7169896. OLE color: 7169896.
HSL color Cylindrical-coordinate representation of color #68676D: hue angle of 250º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68676D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 103 | 109 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.57 |
| HSL | 250º | 0.03% | 0.42% | - |
| HSV(B) | 250º | 0.06% | 0.43% | - |
| XYZ | 13.32 | 13.75 | 16.42 | - |
| YUV | 103.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 103 | 109 | 0.05 | 0.06 | 0 | 0.57 | 250 | 0.03 | 0.42 |
| Hex | 68 | 67 | 6D | 5 | 6 | 0 | 39 | FA | 3 | 2A |
| Octal | 150 | 147 | 155 | 5 | 6 | 0 | 71 | 372 | 3 | 52 |
| Binary | 1101000 | 1100111 | 1101101 | 101 | 110 | 0 | 111001 | 11111010 | 11 | 101010 |
Color Harmonies of #68676D
Complementary color
Monochromatic Colors of #68676D
Black with #68676D
Text Example
Text Example
White with #68676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68676D; }
p { color: rgb(104,103,109); }
H1.HeaderClassName
{
color: #68676D;
}
.AnyTagClassName
{
color: #68676D;
}
</style>
background-color css
<style>
a { background-color: #68676D; }
a { background-color: rgb(104,103,109); }
div.DivClassName
{
background-color: #68676D;
}
.BgClassName
{
background-color: #68676D;
}
</style>
border-color css
<style>
span { border-color: #68676D; }
span { border-color: rgb(104,103,109); }
td.TdClassName
{
border-color: #68676D;
}
.TagClassName
{
border-color: #68676D;
}
</style>