Shades of Dolphin #676470
Tints of Dolphin #676470
RGB
CMYK
RGB Variations
Color information
#676470 (or 0x676470) is known color: Dolphin. HEX triplet: 67, 64 and 70. RGB value is (103,100,112). Sum of RGB (Red+Green+Blue) = 103+100+112=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #676470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676470 is #989B8F. Grayscale: #666666. Windows color (decimal): -10001296 or 7365735. OLE color: 7365735.
HSL color Cylindrical-coordinate representation of color #676470: hue angle of 255º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #676470 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 100 | 112 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.56 |
| HSL | 255º | 0.06% | 0.42% | - |
| HSV(B) | 255º | 0.11% | 0.44% | - |
| XYZ | 13.08 | 13.17 | 17.18 | - |
| YUV | 102.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 112 | 0.08 | 0.11 | 0 | 0.56 | 255 | 0.06 | 0.42 |
| Hex | 67 | 64 | 70 | 8 | B | 0 | 38 | FF | 6 | 2A |
| Octal | 147 | 144 | 160 | 10 | 13 | 0 | 70 | 377 | 6 | 52 |
| Binary | 1100111 | 1100100 | 1110000 | 1000 | 1011 | 0 | 111000 | 11111111 | 110 | 101010 |
Color Harmonies of #676470
Complementary color
Monochromatic Colors of #676470
Black with #676470
Text Example
Text Example
White with #676470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676470; }
p { color: rgb(103,100,112); }
H1.HeaderClassName
{
color: #676470;
}
.AnyTagClassName
{
color: #676470;
}
</style>
background-color css
<style>
a { background-color: #676470; }
a { background-color: rgb(103,100,112); }
div.DivClassName
{
background-color: #676470;
}
.BgClassName
{
background-color: #676470;
}
</style>
border-color css
<style>
span { border-color: #676470; }
span { border-color: rgb(103,100,112); }
td.TdClassName
{
border-color: #676470;
}
.TagClassName
{
border-color: #676470;
}
</style>