Shades of Dolphin #696674
Tints of Dolphin #696674
RGB
CMYK
RGB Variations
Color information
#696674 (or 0x696674) is known color: Dolphin. HEX triplet: 69, 66 and 74. RGB value is (105,102,116). Sum of RGB (Red+Green+Blue) = 105+102+116=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #696674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696674 is #96998B. Grayscale: #686868. Windows color (decimal): -9869708 or 7628393. OLE color: 7628393.
HSL color Cylindrical-coordinate representation of color #696674: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #696674 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 102 | 116 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.55 |
| HSL | 252.86º | 0.06% | 0.43% | - |
| HSV(B) | 252.86º | 0.12% | 0.45% | - |
| XYZ | 13.73 | 13.77 | 18.46 | - |
| YUV | 104.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 116 | 0.09 | 0.12 | 0 | 0.55 | 252.86 | 0.06 | 0.43 |
| Hex | 69 | 66 | 74 | 9 | C | 0 | 37 | FD | 6 | 2B |
| Octal | 151 | 146 | 164 | 11 | 14 | 0 | 67 | 375 | 6 | 53 |
| Binary | 1101001 | 1100110 | 1110100 | 1001 | 1100 | 0 | 110111 | 11111101 | 110 | 101011 |
Color Harmonies of #696674
Complementary color
Monochromatic Colors of #696674
Black with #696674
Text Example
Text Example
White with #696674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696674; }
p { color: rgb(105,102,116); }
H1.HeaderClassName
{
color: #696674;
}
.AnyTagClassName
{
color: #696674;
}
</style>
background-color css
<style>
a { background-color: #696674; }
a { background-color: rgb(105,102,116); }
div.DivClassName
{
background-color: #696674;
}
.BgClassName
{
background-color: #696674;
}
</style>
border-color css
<style>
span { border-color: #696674; }
span { border-color: rgb(105,102,116); }
td.TdClassName
{
border-color: #696674;
}
.TagClassName
{
border-color: #696674;
}
</style>