Shades of Dolphin #686376
Tints of Dolphin #686376
RGB
CMYK
RGB Variations
Color information
#686376 (or 0x686376) is known color: Dolphin. HEX triplet: 68, 63 and 76. RGB value is (104,99,118). Sum of RGB (Red+Green+Blue) = 104+99+118=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #686376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686376 is #979C89. Grayscale: #666666. Windows color (decimal): -9936010 or 7758696. OLE color: 7758696.
HSL color Cylindrical-coordinate representation of color #686376: hue angle of 255.79º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686376 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 99 | 118 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.54 |
| HSL | 255.79º | 0.09% | 0.43% | - |
| HSV(B) | 255.79º | 0.16% | 0.46% | - |
| XYZ | 13.44 | 13.17 | 18.97 | - |
| YUV | 102.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 118 | 0.12 | 0.16 | 0 | 0.54 | 255.79 | 0.09 | 0.43 |
| Hex | 68 | 63 | 76 | C | 10 | 0 | 36 | 100 | 9 | 2B |
| Octal | 150 | 143 | 166 | 14 | 20 | 0 | 66 | 400 | 11 | 53 |
| Binary | 1101000 | 1100011 | 1110110 | 1100 | 10000 | 0 | 110110 | 100000000 | 1001 | 101011 |
Color Harmonies of #686376
Complementary color
Monochromatic Colors of #686376
Black with #686376
Text Example
Text Example
White with #686376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686376; }
p { color: rgb(104,99,118); }
H1.HeaderClassName
{
color: #686376;
}
.AnyTagClassName
{
color: #686376;
}
</style>
background-color css
<style>
a { background-color: #686376; }
a { background-color: rgb(104,99,118); }
div.DivClassName
{
background-color: #686376;
}
.BgClassName
{
background-color: #686376;
}
</style>
border-color css
<style>
span { border-color: #686376; }
span { border-color: rgb(104,99,118); }
td.TdClassName
{
border-color: #686376;
}
.TagClassName
{
border-color: #686376;
}
</style>