Shades of Dolphin #696871
Tints of Dolphin #696871
RGB
CMYK
RGB Variations
Color information
#696871 (or 0x696871) is known color: Dolphin. HEX triplet: 69, 68 and 71. RGB value is (105,104,113). Sum of RGB (Red+Green+Blue) = 105+104+113=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #696871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696871 is #96978E. Grayscale: #696969. Windows color (decimal): -9869199 or 7432297. OLE color: 7432297.
HSL color Cylindrical-coordinate representation of color #696871: hue angle of 246.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696871 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 104 | 113 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.56 |
| HSL | 246.67º | 0.04% | 0.43% | - |
| HSV(B) | 246.67º | 0.08% | 0.44% | - |
| XYZ | 13.76 | 14.1 | 17.62 | - |
| YUV | 105.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 113 | 0.07 | 0.08 | 0 | 0.56 | 246.67 | 0.04 | 0.43 |
| Hex | 69 | 68 | 71 | 7 | 8 | 0 | 38 | F7 | 4 | 2B |
| Octal | 151 | 150 | 161 | 7 | 10 | 0 | 70 | 367 | 4 | 53 |
| Binary | 1101001 | 1101000 | 1110001 | 111 | 1000 | 0 | 111000 | 11110111 | 100 | 101011 |
Color Harmonies of #696871
Complementary color
Monochromatic Colors of #696871
Black with #696871
Text Example
Text Example
White with #696871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696871; }
p { color: rgb(105,104,113); }
H1.HeaderClassName
{
color: #696871;
}
.AnyTagClassName
{
color: #696871;
}
</style>
background-color css
<style>
a { background-color: #696871; }
a { background-color: rgb(105,104,113); }
div.DivClassName
{
background-color: #696871;
}
.BgClassName
{
background-color: #696871;
}
</style>
border-color css
<style>
span { border-color: #696871; }
span { border-color: rgb(105,104,113); }
td.TdClassName
{
border-color: #696871;
}
.TagClassName
{
border-color: #696871;
}
</style>