Shades of Dolphin #666179
Tints of Dolphin #666179
RGB
CMYK
RGB Variations
Color information
#666179 (or 0x666179) is known color: Dolphin. HEX triplet: 66, 61 and 79. RGB value is (102,97,121). Sum of RGB (Red+Green+Blue) = 102+97+121=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #666179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666179 is #999E86. Grayscale: #656565. Windows color (decimal): -10067591 or 7954790. OLE color: 7954790.
HSL color Cylindrical-coordinate representation of color #666179: hue angle of 252.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666179 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 97 | 121 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.53 |
| HSL | 252.5º | 0.11% | 0.43% | - |
| HSV(B) | 252.5º | 0.2% | 0.47% | - |
| XYZ | 13.21 | 12.75 | 19.86 | - |
| YUV | 101.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 121 | 0.16 | 0.20 | 0 | 0.53 | 252.5 | 0.11 | 0.43 |
| Hex | 66 | 61 | 79 | 10 | 14 | 0 | 35 | FD | B | 2B |
| Octal | 146 | 141 | 171 | 20 | 24 | 0 | 65 | 375 | 13 | 53 |
| Binary | 1100110 | 1100001 | 1111001 | 10000 | 10100 | 0 | 110101 | 11111101 | 1011 | 101011 |
Color Harmonies of #666179
Complementary color
Monochromatic Colors of #666179
Black with #666179
Text Example
Text Example
White with #666179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666179; }
p { color: rgb(102,97,121); }
H1.HeaderClassName
{
color: #666179;
}
.AnyTagClassName
{
color: #666179;
}
</style>
background-color css
<style>
a { background-color: #666179; }
a { background-color: rgb(102,97,121); }
div.DivClassName
{
background-color: #666179;
}
.BgClassName
{
background-color: #666179;
}
</style>
border-color css
<style>
span { border-color: #666179; }
span { border-color: rgb(102,97,121); }
td.TdClassName
{
border-color: #666179;
}
.TagClassName
{
border-color: #666179;
}
</style>