Shades of Dolphin #666079
Tints of Dolphin #666079
RGB
CMYK
RGB Variations
Color information
#666079 (or 0x666079) is known color: Dolphin. HEX triplet: 66, 60 and 79. RGB value is (102,96,121). Sum of RGB (Red+Green+Blue) = 102+96+121=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 121 - color contains mainly: blue. Hex color #666079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666079 is #999F86. Grayscale: #646464. Windows color (decimal): -10067847 or 7954534. OLE color: 7954534.
HSL color Cylindrical-coordinate representation of color #666079: hue angle of 254.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #666079 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 96 | 121 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.53 |
| HSL | 254.4º | 0.12% | 0.43% | - |
| HSV(B) | 254.4º | 0.21% | 0.47% | - |
| XYZ | 13.11 | 12.57 | 19.82 | - |
| YUV | 100.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 121 | 0.16 | 0.21 | 0 | 0.53 | 254.4 | 0.12 | 0.43 |
| Hex | 66 | 60 | 79 | 10 | 15 | 0 | 35 | FE | C | 2B |
| Octal | 146 | 140 | 171 | 20 | 25 | 0 | 65 | 376 | 14 | 53 |
| Binary | 1100110 | 1100000 | 1111001 | 10000 | 10101 | 0 | 110101 | 11111110 | 1100 | 101011 |
Color Harmonies of #666079
Complementary color
Monochromatic Colors of #666079
Black with #666079
Text Example
Text Example
White with #666079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666079; }
p { color: rgb(102,96,121); }
H1.HeaderClassName
{
color: #666079;
}
.AnyTagClassName
{
color: #666079;
}
</style>
background-color css
<style>
a { background-color: #666079; }
a { background-color: rgb(102,96,121); }
div.DivClassName
{
background-color: #666079;
}
.BgClassName
{
background-color: #666079;
}
</style>
border-color css
<style>
span { border-color: #666079; }
span { border-color: rgb(102,96,121); }
td.TdClassName
{
border-color: #666079;
}
.TagClassName
{
border-color: #666079;
}
</style>