Shades of Waikawa Grey #60739A
Tints of Waikawa Grey #60739A
RGB
CMYK
RGB Variations
Color information
#60739A (or 0x60739A) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9A. RGB value is (96,115,154). Sum of RGB (Red+Green+Blue) = 96+115+154=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #60739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739A is #9F8C65. Grayscale: #717171. Windows color (decimal): -10456166 or 10122080. OLE color: 10122080.
HSL color Cylindrical-coordinate representation of color #60739A: hue angle of 220.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60739A is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 115 | 154 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.40 |
| HSL | 220.34º | 0.23% | 0.49% | - |
| HSV(B) | 220.34º | 0.38% | 0.6% | - |
| XYZ | 16.79 | 17.08 | 32.98 | - |
| YUV | 113.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 154 | 0.38 | 0.25 | 0 | 0.40 | 220.34 | 0.23 | 0.49 |
| Hex | 60 | 73 | 9A | 26 | 19 | 0 | 28 | DC | 17 | 31 |
| Octal | 140 | 163 | 232 | 46 | 31 | 0 | 50 | 334 | 27 | 61 |
| Binary | 1100000 | 1110011 | 10011010 | 100110 | 11001 | 0 | 101000 | 11011100 | 10111 | 110001 |
Color Harmonies of #60739A
Complementary color
Monochromatic Colors of #60739A
Black with #60739A
Text Example
Text Example
White with #60739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60739A; }
p { color: rgb(96,115,154); }
H1.HeaderClassName
{
color: #60739A;
}
.AnyTagClassName
{
color: #60739A;
}
</style>
background-color css
<style>
a { background-color: #60739A; }
a { background-color: rgb(96,115,154); }
div.DivClassName
{
background-color: #60739A;
}
.BgClassName
{
background-color: #60739A;
}
</style>
border-color css
<style>
span { border-color: #60739A; }
span { border-color: rgb(96,115,154); }
td.TdClassName
{
border-color: #60739A;
}
.TagClassName
{
border-color: #60739A;
}
</style>