Shades of Dolphin #686375
Tints of Dolphin #686375
RGB
CMYK
RGB Variations
Color information
#686375 (or 0x686375) is known color: Dolphin. HEX triplet: 68, 63 and 75. RGB value is (104,99,117). Sum of RGB (Red+Green+Blue) = 104+99+117=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #686375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686375 is #979C8A. Grayscale: #666666. Windows color (decimal): -9936011 or 7693160. OLE color: 7693160.
HSL color Cylindrical-coordinate representation of color #686375: hue angle of 256.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686375 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 99 | 117 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.54 |
| HSL | 256.67º | 0.08% | 0.42% | - |
| HSV(B) | 256.67º | 0.15% | 0.46% | - |
| XYZ | 13.38 | 13.15 | 18.66 | - |
| YUV | 102.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 117 | 0.11 | 0.15 | 0 | 0.54 | 256.67 | 0.08 | 0.42 |
| Hex | 68 | 63 | 75 | B | F | 0 | 36 | 101 | 8 | 2A |
| Octal | 150 | 143 | 165 | 13 | 17 | 0 | 66 | 401 | 10 | 52 |
| Binary | 1101000 | 1100011 | 1110101 | 1011 | 1111 | 0 | 110110 | 100000001 | 1000 | 101010 |
Color Harmonies of #686375
Complementary color
Monochromatic Colors of #686375
Black with #686375
Text Example
Text Example
White with #686375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686375; }
p { color: rgb(104,99,117); }
H1.HeaderClassName
{
color: #686375;
}
.AnyTagClassName
{
color: #686375;
}
</style>
background-color css
<style>
a { background-color: #686375; }
a { background-color: rgb(104,99,117); }
div.DivClassName
{
background-color: #686375;
}
.BgClassName
{
background-color: #686375;
}
</style>
border-color css
<style>
span { border-color: #686375; }
span { border-color: rgb(104,99,117); }
td.TdClassName
{
border-color: #686375;
}
.TagClassName
{
border-color: #686375;
}
</style>