Shades of Dolphin #686273
Tints of Dolphin #686273
RGB
CMYK
RGB Variations
Color information
#686273 (or 0x686273) is known color: Dolphin. HEX triplet: 68, 62 and 73. RGB value is (104,98,115). Sum of RGB (Red+Green+Blue) = 104+98+115=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #686273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686273 is #979D8C. Grayscale: #656565. Windows color (decimal): -9936269 or 7561832. OLE color: 7561832.
HSL color Cylindrical-coordinate representation of color #686273: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686273 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 98 | 115 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.55 |
| HSL | 261.18º | 0.08% | 0.42% | - |
| HSV(B) | 261.18º | 0.15% | 0.45% | - |
| XYZ | 13.17 | 12.92 | 18.02 | - |
| YUV | 101.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 115 | 0.10 | 0.15 | 0 | 0.55 | 261.18 | 0.08 | 0.42 |
| Hex | 68 | 62 | 73 | A | F | 0 | 37 | 105 | 8 | 2A |
| Octal | 150 | 142 | 163 | 12 | 17 | 0 | 67 | 405 | 10 | 52 |
| Binary | 1101000 | 1100010 | 1110011 | 1010 | 1111 | 0 | 110111 | 100000101 | 1000 | 101010 |
Color Harmonies of #686273
Complementary color
Monochromatic Colors of #686273
Black with #686273
Text Example
Text Example
White with #686273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686273; }
p { color: rgb(104,98,115); }
H1.HeaderClassName
{
color: #686273;
}
.AnyTagClassName
{
color: #686273;
}
</style>
background-color css
<style>
a { background-color: #686273; }
a { background-color: rgb(104,98,115); }
div.DivClassName
{
background-color: #686273;
}
.BgClassName
{
background-color: #686273;
}
</style>
border-color css
<style>
span { border-color: #686273; }
span { border-color: rgb(104,98,115); }
td.TdClassName
{
border-color: #686273;
}
.TagClassName
{
border-color: #686273;
}
</style>