Shades of Dolphin #696474
Tints of Dolphin #696474
RGB
CMYK
RGB Variations
Color information
#696474 (or 0x696474) is known color: Dolphin. HEX triplet: 69, 64 and 74. RGB value is (105,100,116). Sum of RGB (Red+Green+Blue) = 105+100+116=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #696474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696474 is #969B8B. Grayscale: #676767. Windows color (decimal): -9870220 or 7627881. OLE color: 7627881.
HSL color Cylindrical-coordinate representation of color #696474: hue angle of 258.75º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696474 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 100 | 116 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.55 |
| HSL | 258.75º | 0.07% | 0.42% | - |
| HSV(B) | 258.75º | 0.14% | 0.45% | - |
| XYZ | 13.54 | 13.38 | 18.39 | - |
| YUV | 103.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 116 | 0.09 | 0.14 | 0 | 0.55 | 258.75 | 0.07 | 0.42 |
| Hex | 69 | 64 | 74 | 9 | E | 0 | 37 | 103 | 7 | 2A |
| Octal | 151 | 144 | 164 | 11 | 16 | 0 | 67 | 403 | 7 | 52 |
| Binary | 1101001 | 1100100 | 1110100 | 1001 | 1110 | 0 | 110111 | 100000011 | 111 | 101010 |
Color Harmonies of #696474
Complementary color
Monochromatic Colors of #696474
Black with #696474
Text Example
Text Example
White with #696474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696474; }
p { color: rgb(105,100,116); }
H1.HeaderClassName
{
color: #696474;
}
.AnyTagClassName
{
color: #696474;
}
</style>
background-color css
<style>
a { background-color: #696474; }
a { background-color: rgb(105,100,116); }
div.DivClassName
{
background-color: #696474;
}
.BgClassName
{
background-color: #696474;
}
</style>
border-color css
<style>
span { border-color: #696474; }
span { border-color: rgb(105,100,116); }
td.TdClassName
{
border-color: #696474;
}
.TagClassName
{
border-color: #696474;
}
</style>