Shades of Waikawa Grey #607192
Tints of Waikawa Grey #607192
RGB
CMYK
RGB Variations
Color information
#607192 (or 0x607192) is known color: Waikawa Grey. HEX triplet: 60, 71 and 92. RGB value is (96,113,146). Sum of RGB (Red+Green+Blue) = 96+113+146=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #607192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607192 is #9F8E6D. Grayscale: #6F6F6F. Windows color (decimal): -10456686 or 9597280. OLE color: 9597280.
HSL color Cylindrical-coordinate representation of color #607192: hue angle of 219.6º 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 #607192 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 113 | 146 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.43 |
| HSL | 219.6º | 0.21% | 0.47% | - |
| HSV(B) | 219.6º | 0.34% | 0.57% | - |
| XYZ | 15.92 | 16.37 | 29.52 | - |
| YUV | 111.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 146 | 0.34 | 0.23 | 0 | 0.43 | 219.6 | 0.21 | 0.47 |
| Hex | 60 | 71 | 92 | 22 | 17 | 0 | 2B | DC | 15 | 2F |
| Octal | 140 | 161 | 222 | 42 | 27 | 0 | 53 | 334 | 25 | 57 |
| Binary | 1100000 | 1110001 | 10010010 | 100010 | 10111 | 0 | 101011 | 11011100 | 10101 | 101111 |
Color Harmonies of #607192
Complementary color
Monochromatic Colors of #607192
Black with #607192
Text Example
Text Example
White with #607192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607192; }
p { color: rgb(96,113,146); }
H1.HeaderClassName
{
color: #607192;
}
.AnyTagClassName
{
color: #607192;
}
</style>
background-color css
<style>
a { background-color: #607192; }
a { background-color: rgb(96,113,146); }
div.DivClassName
{
background-color: #607192;
}
.BgClassName
{
background-color: #607192;
}
</style>
border-color css
<style>
span { border-color: #607192; }
span { border-color: rgb(96,113,146); }
td.TdClassName
{
border-color: #607192;
}
.TagClassName
{
border-color: #607192;
}
</style>