Shades of Waikawa Grey #607C9D
Tints of Waikawa Grey #607C9D
RGB
CMYK
RGB Variations
Color information
#607C9D (or 0x607C9D) is known color: Waikawa Grey. HEX triplet: 60, 7C and 9D. RGB value is (96,124,157). Sum of RGB (Red+Green+Blue) = 96+124+157=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #607C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607C9D is #9F8362. Grayscale: #777777. Windows color (decimal): -10453859 or 10320992. OLE color: 10320992.
HSL color Cylindrical-coordinate representation of color #607C9D: hue angle of 212.46º 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 #607C9D is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 124 | 157 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.38 |
| HSL | 212.46º | 0.24% | 0.5% | - |
| HSV(B) | 212.46º | 0.39% | 0.62% | - |
| XYZ | 18.12 | 19.34 | 34.68 | - |
| YUV | 119.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 124 | 157 | 0.39 | 0.21 | 0 | 0.38 | 212.46 | 0.24 | 0.5 |
| Hex | 60 | 7C | 9D | 27 | 15 | 0 | 26 | D4 | 18 | 32 |
| Octal | 140 | 174 | 235 | 47 | 25 | 0 | 46 | 324 | 30 | 62 |
| Binary | 1100000 | 1111100 | 10011101 | 100111 | 10101 | 0 | 100110 | 11010100 | 11000 | 110010 |
Color Harmonies of #607C9D
Complementary color
Monochromatic Colors of #607C9D
Black with #607C9D
Text Example
Text Example
White with #607C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607C9D; }
p { color: rgb(96,124,157); }
H1.HeaderClassName
{
color: #607C9D;
}
.AnyTagClassName
{
color: #607C9D;
}
</style>
background-color css
<style>
a { background-color: #607C9D; }
a { background-color: rgb(96,124,157); }
div.DivClassName
{
background-color: #607C9D;
}
.BgClassName
{
background-color: #607C9D;
}
</style>
border-color css
<style>
span { border-color: #607C9D; }
span { border-color: rgb(96,124,157); }
td.TdClassName
{
border-color: #607C9D;
}
.TagClassName
{
border-color: #607C9D;
}
</style>