Shades of Dolphin #696676
Tints of Dolphin #696676
RGB
CMYK
RGB Variations
Color information
#696676 (or 0x696676) is known color: Dolphin. HEX triplet: 69, 66 and 76. RGB value is (105,102,118). Sum of RGB (Red+Green+Blue) = 105+102+118=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 118 - color contains mainly: blue. Hex color #696676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696676 is #969989. Grayscale: #686868. Windows color (decimal): -9869706 or 7759465. OLE color: 7759465.
HSL color Cylindrical-coordinate representation of color #696676: hue angle of 251.25º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696676 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 102 | 118 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.54 |
| HSL | 251.25º | 0.07% | 0.43% | - |
| HSV(B) | 251.25º | 0.14% | 0.46% | - |
| XYZ | 13.85 | 13.81 | 19.08 | - |
| YUV | 104.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 118 | 0.11 | 0.14 | 0 | 0.54 | 251.25 | 0.07 | 0.43 |
| Hex | 69 | 66 | 76 | B | E | 0 | 36 | FB | 7 | 2B |
| Octal | 151 | 146 | 166 | 13 | 16 | 0 | 66 | 373 | 7 | 53 |
| Binary | 1101001 | 1100110 | 1110110 | 1011 | 1110 | 0 | 110110 | 11111011 | 111 | 101011 |
Color Harmonies of #696676
Complementary color
Monochromatic Colors of #696676
Black with #696676
Text Example
Text Example
White with #696676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696676; }
p { color: rgb(105,102,118); }
H1.HeaderClassName
{
color: #696676;
}
.AnyTagClassName
{
color: #696676;
}
</style>
background-color css
<style>
a { background-color: #696676; }
a { background-color: rgb(105,102,118); }
div.DivClassName
{
background-color: #696676;
}
.BgClassName
{
background-color: #696676;
}
</style>
border-color css
<style>
span { border-color: #696676; }
span { border-color: rgb(105,102,118); }
td.TdClassName
{
border-color: #696676;
}
.TagClassName
{
border-color: #696676;
}
</style>