Shades of Dolphin #696775
Tints of Dolphin #696775
RGB
CMYK
RGB Variations
Color information
#696775 (or 0x696775) is known color: Dolphin. HEX triplet: 69, 67 and 75. RGB value is (105,103,117). Sum of RGB (Red+Green+Blue) = 105+103+117=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 117 - color contains mainly: blue. Hex color #696775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696775 is #96988A. Grayscale: #696969. Windows color (decimal): -9869451 or 7694185. OLE color: 7694185.
HSL color Cylindrical-coordinate representation of color #696775: hue angle of 248.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696775 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 103 | 117 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.54 |
| HSL | 248.57º | 0.06% | 0.43% | - |
| HSV(B) | 248.57º | 0.12% | 0.46% | - |
| XYZ | 13.89 | 13.99 | 18.8 | - |
| YUV | 105.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 117 | 0.10 | 0.12 | 0 | 0.54 | 248.57 | 0.06 | 0.43 |
| Hex | 69 | 67 | 75 | A | C | 0 | 36 | F9 | 6 | 2B |
| Octal | 151 | 147 | 165 | 12 | 14 | 0 | 66 | 371 | 6 | 53 |
| Binary | 1101001 | 1100111 | 1110101 | 1010 | 1100 | 0 | 110110 | 11111001 | 110 | 101011 |
Color Harmonies of #696775
Complementary color
Monochromatic Colors of #696775
Black with #696775
Text Example
Text Example
White with #696775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696775; }
p { color: rgb(105,103,117); }
H1.HeaderClassName
{
color: #696775;
}
.AnyTagClassName
{
color: #696775;
}
</style>
background-color css
<style>
a { background-color: #696775; }
a { background-color: rgb(105,103,117); }
div.DivClassName
{
background-color: #696775;
}
.BgClassName
{
background-color: #696775;
}
</style>
border-color css
<style>
span { border-color: #696775; }
span { border-color: rgb(105,103,117); }
td.TdClassName
{
border-color: #696775;
}
.TagClassName
{
border-color: #696775;
}
</style>