Shades of Dolphin #686672
Tints of Dolphin #686672
RGB
CMYK
RGB Variations
Color information
#686672 (or 0x686672) is known color: Dolphin. HEX triplet: 68, 66 and 72. RGB value is (104,102,114). Sum of RGB (Red+Green+Blue) = 104+102+114=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #686672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686672 is #97998D. Grayscale: #676767. Windows color (decimal): -9935246 or 7497320. OLE color: 7497320.
HSL color Cylindrical-coordinate representation of color #686672: hue angle of 250º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #686672 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 102 | 114 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.55 |
| HSL | 250º | 0.06% | 0.42% | - |
| HSV(B) | 250º | 0.11% | 0.45% | - |
| XYZ | 13.5 | 13.66 | 17.84 | - |
| YUV | 103.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 114 | 0.09 | 0.11 | 0 | 0.55 | 250 | 0.06 | 0.42 |
| Hex | 68 | 66 | 72 | 9 | B | 0 | 37 | FA | 6 | 2A |
| Octal | 150 | 146 | 162 | 11 | 13 | 0 | 67 | 372 | 6 | 52 |
| Binary | 1101000 | 1100110 | 1110010 | 1001 | 1011 | 0 | 110111 | 11111010 | 110 | 101010 |
Color Harmonies of #686672
Complementary color
Monochromatic Colors of #686672
Black with #686672
Text Example
Text Example
White with #686672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686672; }
p { color: rgb(104,102,114); }
H1.HeaderClassName
{
color: #686672;
}
.AnyTagClassName
{
color: #686672;
}
</style>
background-color css
<style>
a { background-color: #686672; }
a { background-color: rgb(104,102,114); }
div.DivClassName
{
background-color: #686672;
}
.BgClassName
{
background-color: #686672;
}
</style>
border-color css
<style>
span { border-color: #686672; }
span { border-color: rgb(104,102,114); }
td.TdClassName
{
border-color: #686672;
}
.TagClassName
{
border-color: #686672;
}
</style>