Shades of Dolphin #66646D
Tints of Dolphin #66646D
RGB
CMYK
RGB Variations
Color information
#66646D (or 0x66646D) is known color: Dolphin. HEX triplet: 66, 64 and 6D. RGB value is (102,100,109). Sum of RGB (Red+Green+Blue) = 102+100+109=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 109 - color contains mainly: blue. Hex color #66646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66646D is #999B92. Grayscale: #656565. Windows color (decimal): -10066835 or 7169126. OLE color: 7169126.
HSL color Cylindrical-coordinate representation of color #66646D: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66646D is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 100 | 109 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.57 |
| HSL | 253.33º | 0.04% | 0.41% | - |
| HSV(B) | 253.33º | 0.08% | 0.43% | - |
| XYZ | 12.8 | 13.04 | 16.31 | - |
| YUV | 101.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 109 | 0.06 | 0.08 | 0 | 0.57 | 253.33 | 0.04 | 0.41 |
| Hex | 66 | 64 | 6D | 6 | 8 | 0 | 39 | FD | 4 | 29 |
| Octal | 146 | 144 | 155 | 6 | 10 | 0 | 71 | 375 | 4 | 51 |
| Binary | 1100110 | 1100100 | 1101101 | 110 | 1000 | 0 | 111001 | 11111101 | 100 | 101001 |
Color Harmonies of #66646D
Complementary color
Monochromatic Colors of #66646D
Black with #66646D
Text Example
Text Example
White with #66646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66646D; }
p { color: rgb(102,100,109); }
H1.HeaderClassName
{
color: #66646D;
}
.AnyTagClassName
{
color: #66646D;
}
</style>
background-color css
<style>
a { background-color: #66646D; }
a { background-color: rgb(102,100,109); }
div.DivClassName
{
background-color: #66646D;
}
.BgClassName
{
background-color: #66646D;
}
</style>
border-color css
<style>
span { border-color: #66646D; }
span { border-color: rgb(102,100,109); }
td.TdClassName
{
border-color: #66646D;
}
.TagClassName
{
border-color: #66646D;
}
</style>