Shades of Dolphin #686573
Tints of Dolphin #686573
RGB
CMYK
RGB Variations
Color information
#686573 (or 0x686573) is known color: Dolphin. HEX triplet: 68, 65 and 73. RGB value is (104,101,115). Sum of RGB (Red+Green+Blue) = 104+101+115=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #686573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686573 is #979A8C. Grayscale: #676767. Windows color (decimal): -9935501 or 7562600. OLE color: 7562600.
HSL color Cylindrical-coordinate representation of color #686573: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686573 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 101 | 115 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.55 |
| HSL | 252.86º | 0.06% | 0.42% | - |
| HSV(B) | 252.86º | 0.12% | 0.45% | - |
| XYZ | 13.46 | 13.49 | 18.11 | - |
| YUV | 103.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 115 | 0.10 | 0.12 | 0 | 0.55 | 252.86 | 0.06 | 0.42 |
| Hex | 68 | 65 | 73 | A | C | 0 | 37 | FD | 6 | 2A |
| Octal | 150 | 145 | 163 | 12 | 14 | 0 | 67 | 375 | 6 | 52 |
| Binary | 1101000 | 1100101 | 1110011 | 1010 | 1100 | 0 | 110111 | 11111101 | 110 | 101010 |
Color Harmonies of #686573
Complementary color
Monochromatic Colors of #686573
Black with #686573
Text Example
Text Example
White with #686573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686573; }
p { color: rgb(104,101,115); }
H1.HeaderClassName
{
color: #686573;
}
.AnyTagClassName
{
color: #686573;
}
</style>
background-color css
<style>
a { background-color: #686573; }
a { background-color: rgb(104,101,115); }
div.DivClassName
{
background-color: #686573;
}
.BgClassName
{
background-color: #686573;
}
</style>
border-color css
<style>
span { border-color: #686573; }
span { border-color: rgb(104,101,115); }
td.TdClassName
{
border-color: #686573;
}
.TagClassName
{
border-color: #686573;
}
</style>