Shades of Dolphin #68666E
Tints of Dolphin #68666E
RGB
CMYK
RGB Variations
Color information
#68666E (or 0x68666E) is known color: Dolphin. HEX triplet: 68, 66 and 6E. RGB value is (104,102,110). Sum of RGB (Red+Green+Blue) = 104+102+110=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #68666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666E is #979991. Grayscale: #676767. Windows color (decimal): -9935250 or 7235176. OLE color: 7235176.
HSL color Cylindrical-coordinate representation of color #68666E: hue angle of 255º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68666E is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 102 | 110 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.57 |
| HSL | 255º | 0.04% | 0.42% | - |
| HSV(B) | 255º | 0.07% | 0.43% | - |
| XYZ | 13.27 | 13.57 | 16.67 | - |
| YUV | 103.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 110 | 0.05 | 0.07 | 0 | 0.57 | 255 | 0.04 | 0.42 |
| Hex | 68 | 66 | 6E | 5 | 7 | 0 | 39 | FF | 4 | 2A |
| Octal | 150 | 146 | 156 | 5 | 7 | 0 | 71 | 377 | 4 | 52 |
| Binary | 1101000 | 1100110 | 1101110 | 101 | 111 | 0 | 111001 | 11111111 | 100 | 101010 |
Color Harmonies of #68666E
Complementary color
Monochromatic Colors of #68666E
Black with #68666E
Text Example
Text Example
White with #68666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68666E; }
p { color: rgb(104,102,110); }
H1.HeaderClassName
{
color: #68666E;
}
.AnyTagClassName
{
color: #68666E;
}
</style>
background-color css
<style>
a { background-color: #68666E; }
a { background-color: rgb(104,102,110); }
div.DivClassName
{
background-color: #68666E;
}
.BgClassName
{
background-color: #68666E;
}
</style>
border-color css
<style>
span { border-color: #68666E; }
span { border-color: rgb(104,102,110); }
td.TdClassName
{
border-color: #68666E;
}
.TagClassName
{
border-color: #68666E;
}
</style>