Shades of Waikawa Grey #607896
Tints of Waikawa Grey #607896
RGB
CMYK
RGB Variations
Color information
#607896 (or 0x607896) is known color: Waikawa Grey. HEX triplet: 60, 78 and 96. RGB value is (96,120,150). Sum of RGB (Red+Green+Blue) = 96+120+150=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #607896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607896 is #9F8769. Grayscale: #747474. Windows color (decimal): -10454890 or 9861216. OLE color: 9861216.
HSL color Cylindrical-coordinate representation of color #607896: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #607896 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 120 | 150 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.41 |
| HSL | 213.33º | 0.22% | 0.48% | - |
| HSV(B) | 213.33º | 0.36% | 0.59% | - |
| XYZ | 17.05 | 18.12 | 31.45 | - |
| YUV | 116.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 150 | 0.36 | 0.20 | 0 | 0.41 | 213.33 | 0.22 | 0.48 |
| Hex | 60 | 78 | 96 | 24 | 14 | 0 | 29 | D5 | 16 | 30 |
| Octal | 140 | 170 | 226 | 44 | 24 | 0 | 51 | 325 | 26 | 60 |
| Binary | 1100000 | 1111000 | 10010110 | 100100 | 10100 | 0 | 101001 | 11010101 | 10110 | 110000 |
Color Harmonies of #607896
Complementary color
Monochromatic Colors of #607896
Black with #607896
Text Example
Text Example
White with #607896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607896; }
p { color: rgb(96,120,150); }
H1.HeaderClassName
{
color: #607896;
}
.AnyTagClassName
{
color: #607896;
}
</style>
background-color css
<style>
a { background-color: #607896; }
a { background-color: rgb(96,120,150); }
div.DivClassName
{
background-color: #607896;
}
.BgClassName
{
background-color: #607896;
}
</style>
border-color css
<style>
span { border-color: #607896; }
span { border-color: rgb(96,120,150); }
td.TdClassName
{
border-color: #607896;
}
.TagClassName
{
border-color: #607896;
}
</style>