Shades of Dolphin #676473
Tints of Dolphin #676473
RGB
CMYK
RGB Variations
Color information
#676473 (or 0x676473) is known color: Dolphin. HEX triplet: 67, 64 and 73. RGB value is (103,100,115). Sum of RGB (Red+Green+Blue) = 103+100+115=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 115 - color contains mainly: blue. Hex color #676473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676473 is #989B8C. Grayscale: #666666. Windows color (decimal): -10001293 or 7562343. OLE color: 7562343.
HSL color Cylindrical-coordinate representation of color #676473: hue angle of 252º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #676473 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 100 | 115 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.55 |
| HSL | 252º | 0.07% | 0.42% | - |
| HSV(B) | 252º | 0.13% | 0.45% | - |
| XYZ | 13.25 | 13.24 | 18.08 | - |
| YUV | 102.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 115 | 0.10 | 0.13 | 0 | 0.55 | 252 | 0.07 | 0.42 |
| Hex | 67 | 64 | 73 | A | D | 0 | 37 | FC | 7 | 2A |
| Octal | 147 | 144 | 163 | 12 | 15 | 0 | 67 | 374 | 7 | 52 |
| Binary | 1100111 | 1100100 | 1110011 | 1010 | 1101 | 0 | 110111 | 11111100 | 111 | 101010 |
Color Harmonies of #676473
Complementary color
Monochromatic Colors of #676473
Black with #676473
Text Example
Text Example
White with #676473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676473; }
p { color: rgb(103,100,115); }
H1.HeaderClassName
{
color: #676473;
}
.AnyTagClassName
{
color: #676473;
}
</style>
background-color css
<style>
a { background-color: #676473; }
a { background-color: rgb(103,100,115); }
div.DivClassName
{
background-color: #676473;
}
.BgClassName
{
background-color: #676473;
}
</style>
border-color css
<style>
span { border-color: #676473; }
span { border-color: rgb(103,100,115); }
td.TdClassName
{
border-color: #676473;
}
.TagClassName
{
border-color: #676473;
}
</style>