Shades of Dolphin #686570
Tints of Dolphin #686570
RGB
CMYK
RGB Variations
Color information
#686570 (or 0x686570) is known color: Dolphin. HEX triplet: 68, 65 and 70. RGB value is (104,101,112). Sum of RGB (Red+Green+Blue) = 104+101+112=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 112 - color contains mainly: blue. Hex color #686570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686570 is #979A8F. Grayscale: #676767. Windows color (decimal): -9935504 or 7365992. OLE color: 7365992.
HSL color Cylindrical-coordinate representation of color #686570: hue angle of 256.36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686570 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 101 | 112 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.56 |
| HSL | 256.36º | 0.05% | 0.42% | - |
| HSV(B) | 256.36º | 0.1% | 0.44% | - |
| XYZ | 13.29 | 13.42 | 17.22 | - |
| YUV | 103.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 112 | 0.07 | 0.10 | 0 | 0.56 | 256.36 | 0.05 | 0.42 |
| Hex | 68 | 65 | 70 | 7 | A | 0 | 38 | 100 | 5 | 2A |
| Octal | 150 | 145 | 160 | 7 | 12 | 0 | 70 | 400 | 5 | 52 |
| Binary | 1101000 | 1100101 | 1110000 | 111 | 1010 | 0 | 111000 | 100000000 | 101 | 101010 |
Color Harmonies of #686570
Complementary color
Monochromatic Colors of #686570
Black with #686570
Text Example
Text Example
White with #686570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686570; }
p { color: rgb(104,101,112); }
H1.HeaderClassName
{
color: #686570;
}
.AnyTagClassName
{
color: #686570;
}
</style>
background-color css
<style>
a { background-color: #686570; }
a { background-color: rgb(104,101,112); }
div.DivClassName
{
background-color: #686570;
}
.BgClassName
{
background-color: #686570;
}
</style>
border-color css
<style>
span { border-color: #686570; }
span { border-color: rgb(104,101,112); }
td.TdClassName
{
border-color: #686570;
}
.TagClassName
{
border-color: #686570;
}
</style>