Shades of Dolphin #646076
Tints of Dolphin #646076
RGB
CMYK
RGB Variations
Color information
#646076 (or 0x646076) is known color: Dolphin. HEX triplet: 64, 60 and 76. RGB value is (100,96,118). Sum of RGB (Red+Green+Blue) = 100+96+118=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 118 - color contains mainly: blue. Hex color #646076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646076 is #9B9F89. Grayscale: #636363. Windows color (decimal): -10198922 or 7757924. OLE color: 7757924.
HSL color Cylindrical-coordinate representation of color #646076: hue angle of 250.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646076 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 96 | 118 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.54 |
| HSL | 250.91º | 0.1% | 0.42% | - |
| HSV(B) | 250.91º | 0.19% | 0.46% | - |
| XYZ | 12.71 | 12.38 | 18.86 | - |
| YUV | 99.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 118 | 0.15 | 0.19 | 0 | 0.54 | 250.91 | 0.1 | 0.42 |
| Hex | 64 | 60 | 76 | F | 13 | 0 | 36 | FB | A | 2A |
| Octal | 144 | 140 | 166 | 17 | 23 | 0 | 66 | 373 | 12 | 52 |
| Binary | 1100100 | 1100000 | 1110110 | 1111 | 10011 | 0 | 110110 | 11111011 | 1010 | 101010 |
Color Harmonies of #646076
Complementary color
Monochromatic Colors of #646076
Black with #646076
Text Example
Text Example
White with #646076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646076; }
p { color: rgb(100,96,118); }
H1.HeaderClassName
{
color: #646076;
}
.AnyTagClassName
{
color: #646076;
}
</style>
background-color css
<style>
a { background-color: #646076; }
a { background-color: rgb(100,96,118); }
div.DivClassName
{
background-color: #646076;
}
.BgClassName
{
background-color: #646076;
}
</style>
border-color css
<style>
span { border-color: #646076; }
span { border-color: rgb(100,96,118); }
td.TdClassName
{
border-color: #646076;
}
.TagClassName
{
border-color: #646076;
}
</style>