Shades of Dolphin #676471
Tints of Dolphin #676471
RGB
CMYK
RGB Variations
Color information
#676471 (or 0x676471) is known color: Dolphin. HEX triplet: 67, 64 and 71. RGB value is (103,100,113). Sum of RGB (Red+Green+Blue) = 103+100+113=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #676471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676471 is #989B8E. Grayscale: #666666. Windows color (decimal): -10001295 or 7431271. OLE color: 7431271.
HSL color Cylindrical-coordinate representation of color #676471: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #676471 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 100 | 113 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.56 |
| HSL | 253.85º | 0.06% | 0.42% | - |
| HSV(B) | 253.85º | 0.12% | 0.44% | - |
| XYZ | 13.13 | 13.19 | 17.48 | - |
| YUV | 102.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 113 | 0.09 | 0.12 | 0 | 0.56 | 253.85 | 0.06 | 0.42 |
| Hex | 67 | 64 | 71 | 9 | C | 0 | 38 | FE | 6 | 2A |
| Octal | 147 | 144 | 161 | 11 | 14 | 0 | 70 | 376 | 6 | 52 |
| Binary | 1100111 | 1100100 | 1110001 | 1001 | 1100 | 0 | 111000 | 11111110 | 110 | 101010 |
Color Harmonies of #676471
Complementary color
Monochromatic Colors of #676471
Black with #676471
Text Example
Text Example
White with #676471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676471; }
p { color: rgb(103,100,113); }
H1.HeaderClassName
{
color: #676471;
}
.AnyTagClassName
{
color: #676471;
}
</style>
background-color css
<style>
a { background-color: #676471; }
a { background-color: rgb(103,100,113); }
div.DivClassName
{
background-color: #676471;
}
.BgClassName
{
background-color: #676471;
}
</style>
border-color css
<style>
span { border-color: #676471; }
span { border-color: rgb(103,100,113); }
td.TdClassName
{
border-color: #676471;
}
.TagClassName
{
border-color: #676471;
}
</style>