Shades of Dolphin #696770
Tints of Dolphin #696770
RGB
CMYK
RGB Variations
Color information
#696770 (or 0x696770) is known color: Dolphin. HEX triplet: 69, 67 and 70. RGB value is (105,103,112). Sum of RGB (Red+Green+Blue) = 105+103+112=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #696770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696770 is #96988F. Grayscale: #686868. Windows color (decimal): -9869456 or 7366505. OLE color: 7366505.
HSL color Cylindrical-coordinate representation of color #696770: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696770 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 103 | 112 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.56 |
| HSL | 253.33º | 0.04% | 0.42% | - |
| HSV(B) | 253.33º | 0.08% | 0.44% | - |
| XYZ | 13.6 | 13.87 | 17.29 | - |
| YUV | 104.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 112 | 0.06 | 0.08 | 0 | 0.56 | 253.33 | 0.04 | 0.42 |
| Hex | 69 | 67 | 70 | 6 | 8 | 0 | 38 | FD | 4 | 2A |
| Octal | 151 | 147 | 160 | 6 | 10 | 0 | 70 | 375 | 4 | 52 |
| Binary | 1101001 | 1100111 | 1110000 | 110 | 1000 | 0 | 111000 | 11111101 | 100 | 101010 |
Color Harmonies of #696770
Complementary color
Monochromatic Colors of #696770
Black with #696770
Text Example
Text Example
White with #696770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696770; }
p { color: rgb(105,103,112); }
H1.HeaderClassName
{
color: #696770;
}
.AnyTagClassName
{
color: #696770;
}
</style>
background-color css
<style>
a { background-color: #696770; }
a { background-color: rgb(105,103,112); }
div.DivClassName
{
background-color: #696770;
}
.BgClassName
{
background-color: #696770;
}
</style>
border-color css
<style>
span { border-color: #696770; }
span { border-color: rgb(105,103,112); }
td.TdClassName
{
border-color: #696770;
}
.TagClassName
{
border-color: #696770;
}
</style>