Shades of Waikawa Grey #60728B
Tints of Waikawa Grey #60728B
RGB
CMYK
RGB Variations
Color information
#60728B (or 0x60728B) is known color: Waikawa Grey. HEX triplet: 60, 72 and 8B. RGB value is (96,114,139). Sum of RGB (Red+Green+Blue) = 96+114+139=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #60728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60728B is #9F8D74. Grayscale: #6F6F6F. Windows color (decimal): -10456437 or 9138784. OLE color: 9138784.
HSL color Cylindrical-coordinate representation of color #60728B: hue angle of 214.88º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60728B is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 114 | 139 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.45 |
| HSL | 214.88º | 0.18% | 0.46% | - |
| HSV(B) | 214.88º | 0.31% | 0.55% | - |
| XYZ | 15.5 | 16.39 | 26.77 | - |
| YUV | 111.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 139 | 0.31 | 0.18 | 0 | 0.45 | 214.88 | 0.18 | 0.46 |
| Hex | 60 | 72 | 8B | 1F | 12 | 0 | 2D | D7 | 12 | 2E |
| Octal | 140 | 162 | 213 | 37 | 22 | 0 | 55 | 327 | 22 | 56 |
| Binary | 1100000 | 1110010 | 10001011 | 11111 | 10010 | 0 | 101101 | 11010111 | 10010 | 101110 |
Color Harmonies of #60728B
Complementary color
Monochromatic Colors of #60728B
Black with #60728B
Text Example
Text Example
White with #60728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60728B; }
p { color: rgb(96,114,139); }
H1.HeaderClassName
{
color: #60728B;
}
.AnyTagClassName
{
color: #60728B;
}
</style>
background-color css
<style>
a { background-color: #60728B; }
a { background-color: rgb(96,114,139); }
div.DivClassName
{
background-color: #60728B;
}
.BgClassName
{
background-color: #60728B;
}
</style>
border-color css
<style>
span { border-color: #60728B; }
span { border-color: rgb(96,114,139); }
td.TdClassName
{
border-color: #60728B;
}
.TagClassName
{
border-color: #60728B;
}
</style>