Shades of Waikawa Grey #607793
Tints of Waikawa Grey #607793
RGB
CMYK
RGB Variations
Color information
#607793 (or 0x607793) is known color: Waikawa Grey. HEX triplet: 60, 77 and 93. RGB value is (96,119,147). Sum of RGB (Red+Green+Blue) = 96+119+147=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #607793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607793 is #9F886C. Grayscale: #737373. Windows color (decimal): -10455149 or 9664352. OLE color: 9664352.
HSL color Cylindrical-coordinate representation of color #607793: hue angle of 212.94º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #607793 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 119 | 147 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.42 |
| HSL | 212.94º | 0.21% | 0.48% | - |
| HSV(B) | 212.94º | 0.35% | 0.58% | - |
| XYZ | 16.69 | 17.79 | 30.16 | - |
| YUV | 115.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 147 | 0.35 | 0.19 | 0 | 0.42 | 212.94 | 0.21 | 0.48 |
| Hex | 60 | 77 | 93 | 23 | 13 | 0 | 2A | D5 | 15 | 30 |
| Octal | 140 | 167 | 223 | 43 | 23 | 0 | 52 | 325 | 25 | 60 |
| Binary | 1100000 | 1110111 | 10010011 | 100011 | 10011 | 0 | 101010 | 11010101 | 10101 | 110000 |
Color Harmonies of #607793
Complementary color
Monochromatic Colors of #607793
Black with #607793
Text Example
Text Example
White with #607793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607793; }
p { color: rgb(96,119,147); }
H1.HeaderClassName
{
color: #607793;
}
.AnyTagClassName
{
color: #607793;
}
</style>
background-color css
<style>
a { background-color: #607793; }
a { background-color: rgb(96,119,147); }
div.DivClassName
{
background-color: #607793;
}
.BgClassName
{
background-color: #607793;
}
</style>
border-color css
<style>
span { border-color: #607793; }
span { border-color: rgb(96,119,147); }
td.TdClassName
{
border-color: #607793;
}
.TagClassName
{
border-color: #607793;
}
</style>