Shades of Dolphin #68666F
Tints of Dolphin #68666F
RGB
CMYK
RGB Variations
Color information
#68666F (or 0x68666F) is known color: Dolphin. HEX triplet: 68, 66 and 6F. RGB value is (104,102,111). Sum of RGB (Red+Green+Blue) = 104+102+111=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #68666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666F is #979990. Grayscale: #676767. Windows color (decimal): -9935249 or 7300712. OLE color: 7300712.
HSL color Cylindrical-coordinate representation of color #68666F: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #68666F is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 102 | 111 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.56 |
| HSL | 253.33º | 0.04% | 0.42% | - |
| HSV(B) | 253.33º | 0.08% | 0.44% | - |
| XYZ | 13.33 | 13.59 | 16.96 | - |
| YUV | 103.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 111 | 0.06 | 0.08 | 0 | 0.56 | 253.33 | 0.04 | 0.42 |
| Hex | 68 | 66 | 6F | 6 | 8 | 0 | 38 | FD | 4 | 2A |
| Octal | 150 | 146 | 157 | 6 | 10 | 0 | 70 | 375 | 4 | 52 |
| Binary | 1101000 | 1100110 | 1101111 | 110 | 1000 | 0 | 111000 | 11111101 | 100 | 101010 |
Color Harmonies of #68666F
Complementary color
Monochromatic Colors of #68666F
Black with #68666F
Text Example
Text Example
White with #68666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68666F; }
p { color: rgb(104,102,111); }
H1.HeaderClassName
{
color: #68666F;
}
.AnyTagClassName
{
color: #68666F;
}
</style>
background-color css
<style>
a { background-color: #68666F; }
a { background-color: rgb(104,102,111); }
div.DivClassName
{
background-color: #68666F;
}
.BgClassName
{
background-color: #68666F;
}
</style>
border-color css
<style>
span { border-color: #68666F; }
span { border-color: rgb(104,102,111); }
td.TdClassName
{
border-color: #68666F;
}
.TagClassName
{
border-color: #68666F;
}
</style>