Shades of Dolphin #66656D
Tints of Dolphin #66656D
RGB
CMYK
RGB Variations
Color information
#66656D (or 0x66656D) is known color: Dolphin. HEX triplet: 66, 65 and 6D. RGB value is (102,101,109). Sum of RGB (Red+Green+Blue) = 102+101+109=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 109 - color contains mainly: blue. Hex color #66656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66656D is #999A92. Grayscale: #666666. Windows color (decimal): -10066579 or 7169382. OLE color: 7169382.
HSL color Cylindrical-coordinate representation of color #66656D: hue angle of 247.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #66656D is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 101 | 109 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.57 |
| HSL | 247.5º | 0.04% | 0.41% | - |
| HSV(B) | 247.5º | 0.07% | 0.43% | - |
| XYZ | 12.89 | 13.24 | 16.34 | - |
| YUV | 102.21 | 131.83 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 109 | 0.06 | 0.07 | 0 | 0.57 | 247.5 | 0.04 | 0.41 |
| Hex | 66 | 65 | 6D | 6 | 7 | 0 | 39 | F8 | 4 | 29 |
| Octal | 146 | 145 | 155 | 6 | 7 | 0 | 71 | 370 | 4 | 51 |
| Binary | 1100110 | 1100101 | 1101101 | 110 | 111 | 0 | 111001 | 11111000 | 100 | 101001 |
Color Harmonies of #66656D
Complementary color
Monochromatic Colors of #66656D
Black with #66656D
Text Example
Text Example
White with #66656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66656D; }
p { color: rgb(102,101,109); }
H1.HeaderClassName
{
color: #66656D;
}
.AnyTagClassName
{
color: #66656D;
}
</style>
background-color css
<style>
a { background-color: #66656D; }
a { background-color: rgb(102,101,109); }
div.DivClassName
{
background-color: #66656D;
}
.BgClassName
{
background-color: #66656D;
}
</style>
border-color css
<style>
span { border-color: #66656D; }
span { border-color: rgb(102,101,109); }
td.TdClassName
{
border-color: #66656D;
}
.TagClassName
{
border-color: #66656D;
}
</style>