Shades of Waikawa Grey #60728E
Tints of Waikawa Grey #60728E
RGB
CMYK
RGB Variations
Color information
#60728E (or 0x60728E) is known color: Waikawa Grey. HEX triplet: 60, 72 and 8E. RGB value is (96,114,142). Sum of RGB (Red+Green+Blue) = 96+114+142=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #60728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60728E is #9F8D71. Grayscale: #6F6F6F. Windows color (decimal): -10456434 or 9335392. OLE color: 9335392.
HSL color Cylindrical-coordinate representation of color #60728E: hue angle of 216.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60728E is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 114 | 142 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.44 |
| HSL | 216.52º | 0.19% | 0.47% | - |
| HSV(B) | 216.52º | 0.32% | 0.56% | - |
| XYZ | 15.72 | 16.47 | 27.94 | - |
| YUV | 111.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 142 | 0.32 | 0.20 | 0 | 0.44 | 216.52 | 0.19 | 0.47 |
| Hex | 60 | 72 | 8E | 20 | 14 | 0 | 2C | D9 | 13 | 2F |
| Octal | 140 | 162 | 216 | 40 | 24 | 0 | 54 | 331 | 23 | 57 |
| Binary | 1100000 | 1110010 | 10001110 | 100000 | 10100 | 0 | 101100 | 11011001 | 10011 | 101111 |
Color Harmonies of #60728E
Complementary color
Monochromatic Colors of #60728E
Black with #60728E
Text Example
Text Example
White with #60728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60728E; }
p { color: rgb(96,114,142); }
H1.HeaderClassName
{
color: #60728E;
}
.AnyTagClassName
{
color: #60728E;
}
</style>
background-color css
<style>
a { background-color: #60728E; }
a { background-color: rgb(96,114,142); }
div.DivClassName
{
background-color: #60728E;
}
.BgClassName
{
background-color: #60728E;
}
</style>
border-color css
<style>
span { border-color: #60728E; }
span { border-color: rgb(96,114,142); }
td.TdClassName
{
border-color: #60728E;
}
.TagClassName
{
border-color: #60728E;
}
</style>