Shades of Dolphin #646270
Tints of Dolphin #646270
RGB
CMYK
RGB Variations
Color information
#646270 (or 0x646270) is known color: Dolphin. HEX triplet: 64, 62 and 70. RGB value is (100,98,112). Sum of RGB (Red+Green+Blue) = 100+98+112=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #646270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646270 is #9B9D8F. Grayscale: #646464. Windows color (decimal): -10198416 or 7365220. OLE color: 7365220.
HSL color Cylindrical-coordinate representation of color #646270: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646270 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 98 | 112 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.56 |
| HSL | 248.57º | 0.07% | 0.41% | - |
| HSV(B) | 248.57º | 0.13% | 0.44% | - |
| XYZ | 12.55 | 12.61 | 17.1 | - |
| YUV | 100.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 98 | 112 | 0.11 | 0.13 | 0 | 0.56 | 248.57 | 0.07 | 0.41 |
| Hex | 64 | 62 | 70 | B | D | 0 | 38 | F9 | 7 | 29 |
| Octal | 144 | 142 | 160 | 13 | 15 | 0 | 70 | 371 | 7 | 51 |
| Binary | 1100100 | 1100010 | 1110000 | 1011 | 1101 | 0 | 111000 | 11111001 | 111 | 101001 |
Color Harmonies of #646270
Complementary color
Monochromatic Colors of #646270
Black with #646270
Text Example
Text Example
White with #646270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646270; }
p { color: rgb(100,98,112); }
H1.HeaderClassName
{
color: #646270;
}
.AnyTagClassName
{
color: #646270;
}
</style>
background-color css
<style>
a { background-color: #646270; }
a { background-color: rgb(100,98,112); }
div.DivClassName
{
background-color: #646270;
}
.BgClassName
{
background-color: #646270;
}
</style>
border-color css
<style>
span { border-color: #646270; }
span { border-color: rgb(100,98,112); }
td.TdClassName
{
border-color: #646270;
}
.TagClassName
{
border-color: #646270;
}
</style>