Shades of Waikawa Grey #60739C
Tints of Waikawa Grey #60739C
RGB
CMYK
RGB Variations
Color information
#60739C (or 0x60739C) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9C. RGB value is (96,115,156). Sum of RGB (Red+Green+Blue) = 96+115+156=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #60739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739C is #9F8C63. Grayscale: #717171. Windows color (decimal): -10456164 or 10253152. OLE color: 10253152.
HSL color Cylindrical-coordinate representation of color #60739C: hue angle of 221º 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 #60739C is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 115 | 156 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.39 |
| HSL | 221º | 0.24% | 0.49% | - |
| HSV(B) | 221º | 0.38% | 0.61% | - |
| XYZ | 16.96 | 17.15 | 33.87 | - |
| YUV | 113.99 | 151.71 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 156 | 0.38 | 0.26 | 0 | 0.39 | 221 | 0.24 | 0.49 |
| Hex | 60 | 73 | 9C | 26 | 1A | 0 | 27 | DD | 18 | 31 |
| Octal | 140 | 163 | 234 | 46 | 32 | 0 | 47 | 335 | 30 | 61 |
| Binary | 1100000 | 1110011 | 10011100 | 100110 | 11010 | 0 | 100111 | 11011101 | 11000 | 110001 |
Color Harmonies of #60739C
Complementary color
Monochromatic Colors of #60739C
Black with #60739C
Text Example
Text Example
White with #60739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60739C; }
p { color: rgb(96,115,156); }
H1.HeaderClassName
{
color: #60739C;
}
.AnyTagClassName
{
color: #60739C;
}
</style>
background-color css
<style>
a { background-color: #60739C; }
a { background-color: rgb(96,115,156); }
div.DivClassName
{
background-color: #60739C;
}
.BgClassName
{
background-color: #60739C;
}
</style>
border-color css
<style>
span { border-color: #60739C; }
span { border-color: rgb(96,115,156); }
td.TdClassName
{
border-color: #60739C;
}
.TagClassName
{
border-color: #60739C;
}
</style>