Shades of Waikawa Grey #607098
Tints of Waikawa Grey #607098
RGB
CMYK
RGB Variations
Color information
#607098 (or 0x607098) is known color: Waikawa Grey. HEX triplet: 60, 70 and 98. RGB value is (96,112,152). Sum of RGB (Red+Green+Blue) = 96+112+152=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 152 - color contains mainly: blue. Hex color #607098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607098 is #9F8F67. Grayscale: #6F6F6F. Windows color (decimal): -10456936 or 9990240. OLE color: 9990240.
HSL color Cylindrical-coordinate representation of color #607098: hue angle of 222.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #607098 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 112 | 152 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.40 |
| HSL | 222.86º | 0.23% | 0.49% | - |
| HSV(B) | 222.86º | 0.37% | 0.6% | - |
| XYZ | 16.29 | 16.34 | 32 | - |
| YUV | 111.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 152 | 0.37 | 0.26 | 0 | 0.40 | 222.86 | 0.23 | 0.49 |
| Hex | 60 | 70 | 98 | 25 | 1A | 0 | 28 | DF | 17 | 31 |
| Octal | 140 | 160 | 230 | 45 | 32 | 0 | 50 | 337 | 27 | 61 |
| Binary | 1100000 | 1110000 | 10011000 | 100101 | 11010 | 0 | 101000 | 11011111 | 10111 | 110001 |
Color Harmonies of #607098
Complementary color
Monochromatic Colors of #607098
Black with #607098
Text Example
Text Example
White with #607098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607098; }
p { color: rgb(96,112,152); }
H1.HeaderClassName
{
color: #607098;
}
.AnyTagClassName
{
color: #607098;
}
</style>
background-color css
<style>
a { background-color: #607098; }
a { background-color: rgb(96,112,152); }
div.DivClassName
{
background-color: #607098;
}
.BgClassName
{
background-color: #607098;
}
</style>
border-color css
<style>
span { border-color: #607098; }
span { border-color: rgb(96,112,152); }
td.TdClassName
{
border-color: #607098;
}
.TagClassName
{
border-color: #607098;
}
</style>