Shades of Waikawa Grey #607090
Tints of Waikawa Grey #607090
RGB
CMYK
RGB Variations
Color information
#607090 (or 0x607090) is known color: Waikawa Grey. HEX triplet: 60, 70 and 90. RGB value is (96,112,144). Sum of RGB (Red+Green+Blue) = 96+112+144=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #607090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607090 is #9F8F6F. Grayscale: #6E6E6E. Windows color (decimal): -10456944 or 9465952. OLE color: 9465952.
HSL color Cylindrical-coordinate representation of color #607090: hue angle of 220º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #607090 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 112 | 144 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.44 |
| HSL | 220º | 0.2% | 0.47% | - |
| HSV(B) | 220º | 0.33% | 0.56% | - |
| XYZ | 15.65 | 16.09 | 28.67 | - |
| YUV | 110.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 144 | 0.33 | 0.22 | 0 | 0.44 | 220 | 0.2 | 0.47 |
| Hex | 60 | 70 | 90 | 21 | 16 | 0 | 2C | DC | 14 | 2F |
| Octal | 140 | 160 | 220 | 41 | 26 | 0 | 54 | 334 | 24 | 57 |
| Binary | 1100000 | 1110000 | 10010000 | 100001 | 10110 | 0 | 101100 | 11011100 | 10100 | 101111 |
Color Harmonies of #607090
Complementary color
Monochromatic Colors of #607090
Black with #607090
Text Example
Text Example
White with #607090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607090; }
p { color: rgb(96,112,144); }
H1.HeaderClassName
{
color: #607090;
}
.AnyTagClassName
{
color: #607090;
}
</style>
background-color css
<style>
a { background-color: #607090; }
a { background-color: rgb(96,112,144); }
div.DivClassName
{
background-color: #607090;
}
.BgClassName
{
background-color: #607090;
}
</style>
border-color css
<style>
span { border-color: #607090; }
span { border-color: rgb(96,112,144); }
td.TdClassName
{
border-color: #607090;
}
.TagClassName
{
border-color: #607090;
}
</style>