Shades of Waikawa Grey #607B9B
Tints of Waikawa Grey #607B9B
RGB
CMYK
RGB Variations
Color information
#607B9B (or 0x607B9B) is known color: Waikawa Grey. HEX triplet: 60, 7B and 9B. RGB value is (96,123,155). Sum of RGB (Red+Green+Blue) = 96+123+155=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #607B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B9B is #9F8464. Grayscale: #767676. Windows color (decimal): -10454117 or 10189664. OLE color: 10189664.
HSL color Cylindrical-coordinate representation of color #607B9B: hue angle of 212.54º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607B9B is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 123 | 155 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.39 |
| HSL | 212.54º | 0.24% | 0.49% | - |
| HSV(B) | 212.54º | 0.38% | 0.61% | - |
| XYZ | 17.82 | 19.02 | 33.74 | - |
| YUV | 118.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 155 | 0.38 | 0.21 | 0 | 0.39 | 212.54 | 0.24 | 0.49 |
| Hex | 60 | 7B | 9B | 26 | 15 | 0 | 27 | D5 | 18 | 31 |
| Octal | 140 | 173 | 233 | 46 | 25 | 0 | 47 | 325 | 30 | 61 |
| Binary | 1100000 | 1111011 | 10011011 | 100110 | 10101 | 0 | 100111 | 11010101 | 11000 | 110001 |
Color Harmonies of #607B9B
Complementary color
Monochromatic Colors of #607B9B
Black with #607B9B
Text Example
Text Example
White with #607B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B9B; }
p { color: rgb(96,123,155); }
H1.HeaderClassName
{
color: #607B9B;
}
.AnyTagClassName
{
color: #607B9B;
}
</style>
background-color css
<style>
a { background-color: #607B9B; }
a { background-color: rgb(96,123,155); }
div.DivClassName
{
background-color: #607B9B;
}
.BgClassName
{
background-color: #607B9B;
}
</style>
border-color css
<style>
span { border-color: #607B9B; }
span { border-color: rgb(96,123,155); }
td.TdClassName
{
border-color: #607B9B;
}
.TagClassName
{
border-color: #607B9B;
}
</style>