Shades of Waikawa Grey #60729C
Tints of Waikawa Grey #60729C
RGB
CMYK
RGB Variations
Color information
#60729C (or 0x60729C) is known color: Waikawa Grey. HEX triplet: 60, 72 and 9C. RGB value is (96,114,156). Sum of RGB (Red+Green+Blue) = 96+114+156=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #60729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729C is #9F8D63. Grayscale: #717171. Windows color (decimal): -10456420 or 10252896. OLE color: 10252896.
HSL color Cylindrical-coordinate representation of color #60729C: hue angle of 222º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60729C is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 114 | 156 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.39 |
| HSL | 222º | 0.24% | 0.49% | - |
| HSV(B) | 222º | 0.38% | 0.61% | - |
| XYZ | 16.84 | 16.92 | 33.83 | - |
| YUV | 113.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 156 | 0.38 | 0.27 | 0 | 0.39 | 222 | 0.24 | 0.49 |
| Hex | 60 | 72 | 9C | 26 | 1B | 0 | 27 | DE | 18 | 31 |
| Octal | 140 | 162 | 234 | 46 | 33 | 0 | 47 | 336 | 30 | 61 |
| Binary | 1100000 | 1110010 | 10011100 | 100110 | 11011 | 0 | 100111 | 11011110 | 11000 | 110001 |
Color Harmonies of #60729C
Complementary color
Monochromatic Colors of #60729C
Black with #60729C
Text Example
Text Example
White with #60729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60729C; }
p { color: rgb(96,114,156); }
H1.HeaderClassName
{
color: #60729C;
}
.AnyTagClassName
{
color: #60729C;
}
</style>
background-color css
<style>
a { background-color: #60729C; }
a { background-color: rgb(96,114,156); }
div.DivClassName
{
background-color: #60729C;
}
.BgClassName
{
background-color: #60729C;
}
</style>
border-color css
<style>
span { border-color: #60729C; }
span { border-color: rgb(96,114,156); }
td.TdClassName
{
border-color: #60729C;
}
.TagClassName
{
border-color: #60729C;
}
</style>