Shades of Dolphin #676174
Tints of Dolphin #676174
RGB
CMYK
RGB Variations
Color information
#676174 (or 0x676174) is known color: Dolphin. HEX triplet: 67, 61 and 74. RGB value is (103,97,116). Sum of RGB (Red+Green+Blue) = 103+97+116=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #676174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676174 is #989E8B. Grayscale: #646464. Windows color (decimal): -10002060 or 7627111. OLE color: 7627111.
HSL color Cylindrical-coordinate representation of color #676174: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #676174 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 97 | 116 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.55 |
| HSL | 258.95º | 0.09% | 0.42% | - |
| HSV(B) | 258.95º | 0.16% | 0.45% | - |
| XYZ | 13.02 | 12.69 | 18.29 | - |
| YUV | 100.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 116 | 0.11 | 0.16 | 0 | 0.55 | 258.95 | 0.09 | 0.42 |
| Hex | 67 | 61 | 74 | B | 10 | 0 | 37 | 103 | 9 | 2A |
| Octal | 147 | 141 | 164 | 13 | 20 | 0 | 67 | 403 | 11 | 52 |
| Binary | 1100111 | 1100001 | 1110100 | 1011 | 10000 | 0 | 110111 | 100000011 | 1001 | 101010 |
Color Harmonies of #676174
Complementary color
Monochromatic Colors of #676174
Black with #676174
Text Example
Text Example
White with #676174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676174; }
p { color: rgb(103,97,116); }
H1.HeaderClassName
{
color: #676174;
}
.AnyTagClassName
{
color: #676174;
}
</style>
background-color css
<style>
a { background-color: #676174; }
a { background-color: rgb(103,97,116); }
div.DivClassName
{
background-color: #676174;
}
.BgClassName
{
background-color: #676174;
}
</style>
border-color css
<style>
span { border-color: #676174; }
span { border-color: rgb(103,97,116); }
td.TdClassName
{
border-color: #676174;
}
.TagClassName
{
border-color: #676174;
}
</style>