Shades of Dolphin #65646D
Tints of Dolphin #65646D
RGB
CMYK
RGB Variations
Color information
#65646D (or 0x65646D) is known color: Dolphin. HEX triplet: 65, 64 and 6D. RGB value is (101,100,109). Sum of RGB (Red+Green+Blue) = 101+100+109=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #65646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65646D is #9A9B92. Grayscale: #656565. Windows color (decimal): -10132371 or 7169125. OLE color: 7169125.
HSL color Cylindrical-coordinate representation of color #65646D: hue angle of 246.67º 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 #65646D is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 100 | 109 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.57 |
| HSL | 246.67º | 0.04% | 0.41% | - |
| HSV(B) | 246.67º | 0.08% | 0.43% | - |
| XYZ | 12.68 | 12.99 | 16.31 | - |
| YUV | 101.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 100 | 109 | 0.07 | 0.08 | 0 | 0.57 | 246.67 | 0.04 | 0.41 |
| Hex | 65 | 64 | 6D | 7 | 8 | 0 | 39 | F7 | 4 | 29 |
| Octal | 145 | 144 | 155 | 7 | 10 | 0 | 71 | 367 | 4 | 51 |
| Binary | 1100101 | 1100100 | 1101101 | 111 | 1000 | 0 | 111001 | 11110111 | 100 | 101001 |
Color Harmonies of #65646D
Complementary color
Monochromatic Colors of #65646D
Black with #65646D
Text Example
Text Example
White with #65646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65646D; }
p { color: rgb(101,100,109); }
H1.HeaderClassName
{
color: #65646D;
}
.AnyTagClassName
{
color: #65646D;
}
</style>
background-color css
<style>
a { background-color: #65646D; }
a { background-color: rgb(101,100,109); }
div.DivClassName
{
background-color: #65646D;
}
.BgClassName
{
background-color: #65646D;
}
</style>
border-color css
<style>
span { border-color: #65646D; }
span { border-color: rgb(101,100,109); }
td.TdClassName
{
border-color: #65646D;
}
.TagClassName
{
border-color: #65646D;
}
</style>