Shades of Waikawa Grey #607B9F
Tints of Waikawa Grey #607B9F
RGB
CMYK
RGB Variations
Color information
#607B9F (or 0x607B9F) is known color: Waikawa Grey. HEX triplet: 60, 7B and 9F. RGB value is (96,123,159). Sum of RGB (Red+Green+Blue) = 96+123+159=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #607B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607B9F is #9F8460. Grayscale: #767676. Windows color (decimal): -10454113 or 10451808. OLE color: 10451808.
HSL color Cylindrical-coordinate representation of color #607B9F: hue angle of 214.29º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607B9F is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 123 | 159 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.38 |
| HSL | 214.29º | 0.25% | 0.5% | - |
| HSV(B) | 214.29º | 0.4% | 0.62% | - |
| XYZ | 18.16 | 19.16 | 35.54 | - |
| YUV | 119.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 159 | 0.40 | 0.23 | 0 | 0.38 | 214.29 | 0.25 | 0.5 |
| Hex | 60 | 7B | 9F | 28 | 17 | 0 | 26 | D6 | 19 | 32 |
| Octal | 140 | 173 | 237 | 50 | 27 | 0 | 46 | 326 | 31 | 62 |
| Binary | 1100000 | 1111011 | 10011111 | 101000 | 10111 | 0 | 100110 | 11010110 | 11001 | 110010 |
Color Harmonies of #607B9F
Complementary color
Monochromatic Colors of #607B9F
Black with #607B9F
Text Example
Text Example
White with #607B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B9F; }
p { color: rgb(96,123,159); }
H1.HeaderClassName
{
color: #607B9F;
}
.AnyTagClassName
{
color: #607B9F;
}
</style>
background-color css
<style>
a { background-color: #607B9F; }
a { background-color: rgb(96,123,159); }
div.DivClassName
{
background-color: #607B9F;
}
.BgClassName
{
background-color: #607B9F;
}
</style>
border-color css
<style>
span { border-color: #607B9F; }
span { border-color: rgb(96,123,159); }
td.TdClassName
{
border-color: #607B9F;
}
.TagClassName
{
border-color: #607B9F;
}
</style>