Shades of Waikawa Grey #607392
Tints of Waikawa Grey #607392
RGB
CMYK
RGB Variations
Color information
#607392 (or 0x607392) is known color: Waikawa Grey. HEX triplet: 60, 73 and 92. RGB value is (96,115,146). Sum of RGB (Red+Green+Blue) = 96+115+146=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #607392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607392 is #9F8C6D. Grayscale: #707070. Windows color (decimal): -10456174 or 9597792. OLE color: 9597792.
HSL color Cylindrical-coordinate representation of color #607392: hue angle of 217.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #607392 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 115 | 146 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.43 |
| HSL | 217.2º | 0.21% | 0.47% | - |
| HSV(B) | 217.2º | 0.34% | 0.57% | - |
| XYZ | 16.14 | 16.82 | 29.59 | - |
| YUV | 112.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 146 | 0.34 | 0.21 | 0 | 0.43 | 217.2 | 0.21 | 0.47 |
| Hex | 60 | 73 | 92 | 22 | 15 | 0 | 2B | D9 | 15 | 2F |
| Octal | 140 | 163 | 222 | 42 | 25 | 0 | 53 | 331 | 25 | 57 |
| Binary | 1100000 | 1110011 | 10010010 | 100010 | 10101 | 0 | 101011 | 11011001 | 10101 | 101111 |
Color Harmonies of #607392
Complementary color
Monochromatic Colors of #607392
Black with #607392
Text Example
Text Example
White with #607392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607392; }
p { color: rgb(96,115,146); }
H1.HeaderClassName
{
color: #607392;
}
.AnyTagClassName
{
color: #607392;
}
</style>
background-color css
<style>
a { background-color: #607392; }
a { background-color: rgb(96,115,146); }
div.DivClassName
{
background-color: #607392;
}
.BgClassName
{
background-color: #607392;
}
</style>
border-color css
<style>
span { border-color: #607392; }
span { border-color: rgb(96,115,146); }
td.TdClassName
{
border-color: #607392;
}
.TagClassName
{
border-color: #607392;
}
</style>