Shades of Dolphin #645E78
Tints of Dolphin #645E78
RGB
CMYK
RGB Variations
Color information
#645E78 (or 0x645E78) is known color: Dolphin. HEX triplet: 64, 5E and 78. RGB value is (100,94,120). Sum of RGB (Red+Green+Blue) = 100+94+120=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 120 - color contains mainly: blue. Hex color #645E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E78 is #9BA187. Grayscale: #626262. Windows color (decimal): -10199432 or 7888484. OLE color: 7888484.
HSL color Cylindrical-coordinate representation of color #645E78: hue angle of 253.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645E78 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 94 | 120 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.53 |
| HSL | 253.85º | 0.12% | 0.42% | - |
| HSV(B) | 253.85º | 0.22% | 0.47% | - |
| XYZ | 12.65 | 12.07 | 19.43 | - |
| YUV | 98.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 94 | 120 | 0.17 | 0.22 | 0 | 0.53 | 253.85 | 0.12 | 0.42 |
| Hex | 64 | 5E | 78 | 11 | 16 | 0 | 35 | FE | C | 2A |
| Octal | 144 | 136 | 170 | 21 | 26 | 0 | 65 | 376 | 14 | 52 |
| Binary | 1100100 | 1011110 | 1111000 | 10001 | 10110 | 0 | 110101 | 11111110 | 1100 | 101010 |
Color Harmonies of #645E78
Complementary color
Monochromatic Colors of #645E78
Black with #645E78
Text Example
Text Example
White with #645E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645E78; }
p { color: rgb(100,94,120); }
H1.HeaderClassName
{
color: #645E78;
}
.AnyTagClassName
{
color: #645E78;
}
</style>
background-color css
<style>
a { background-color: #645E78; }
a { background-color: rgb(100,94,120); }
div.DivClassName
{
background-color: #645E78;
}
.BgClassName
{
background-color: #645E78;
}
</style>
border-color css
<style>
span { border-color: #645E78; }
span { border-color: rgb(100,94,120); }
td.TdClassName
{
border-color: #645E78;
}
.TagClassName
{
border-color: #645E78;
}
</style>