Shades of Waikawa Grey #607B9E
Tints of Waikawa Grey #607B9E
RGB
CMYK
RGB Variations
Color information
#607B9E (or 0x607B9E) is known color: Waikawa Grey. HEX triplet: 60, 7B and 9E. RGB value is (96,123,158). Sum of RGB (Red+Green+Blue) = 96+123+158=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #607B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B9E is #9F8461. Grayscale: #767676. Windows color (decimal): -10454114 or 10386272. OLE color: 10386272.
HSL color Cylindrical-coordinate representation of color #607B9E: hue angle of 213.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #607B9E is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 123 | 158 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.38 |
| HSL | 213.87º | 0.24% | 0.5% | - |
| HSV(B) | 213.87º | 0.39% | 0.62% | - |
| XYZ | 18.08 | 19.12 | 35.09 | - |
| YUV | 118.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 158 | 0.39 | 0.22 | 0 | 0.38 | 213.87 | 0.24 | 0.5 |
| Hex | 60 | 7B | 9E | 27 | 16 | 0 | 26 | D6 | 18 | 32 |
| Octal | 140 | 173 | 236 | 47 | 26 | 0 | 46 | 326 | 30 | 62 |
| Binary | 1100000 | 1111011 | 10011110 | 100111 | 10110 | 0 | 100110 | 11010110 | 11000 | 110010 |
Color Harmonies of #607B9E
Complementary color
Monochromatic Colors of #607B9E
Black with #607B9E
Text Example
Text Example
White with #607B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B9E; }
p { color: rgb(96,123,158); }
H1.HeaderClassName
{
color: #607B9E;
}
.AnyTagClassName
{
color: #607B9E;
}
</style>
background-color css
<style>
a { background-color: #607B9E; }
a { background-color: rgb(96,123,158); }
div.DivClassName
{
background-color: #607B9E;
}
.BgClassName
{
background-color: #607B9E;
}
</style>
border-color css
<style>
span { border-color: #607B9E; }
span { border-color: rgb(96,123,158); }
td.TdClassName
{
border-color: #607B9E;
}
.TagClassName
{
border-color: #607B9E;
}
</style>