Shades of Waikawa Grey #60739F
Tints of Waikawa Grey #60739F
RGB
CMYK
RGB Variations
Color information
#60739F (or 0x60739F) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9F. RGB value is (96,115,159). Sum of RGB (Red+Green+Blue) = 96+115+159=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 159 (62.5% from 255 or 42.97% from 370); Max value from RGB is 159 - color contains mainly: blue. Hex color #60739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739F is #9F8C60. Grayscale: #727272. Windows color (decimal): -10456161 or 10449760. OLE color: 10449760.
HSL color Cylindrical-coordinate representation of color #60739F: hue angle of 221.9º 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 #60739F is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 115 | 159 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.38 |
| HSL | 221.9º | 0.25% | 0.5% | - |
| HSV(B) | 221.9º | 0.4% | 0.62% | - |
| XYZ | 17.21 | 17.25 | 35.22 | - |
| YUV | 114.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 159 | 0.40 | 0.28 | 0 | 0.38 | 221.9 | 0.25 | 0.5 |
| Hex | 60 | 73 | 9F | 28 | 1C | 0 | 26 | DE | 19 | 32 |
| Octal | 140 | 163 | 237 | 50 | 34 | 0 | 46 | 336 | 31 | 62 |
| Binary | 1100000 | 1110011 | 10011111 | 101000 | 11100 | 0 | 100110 | 11011110 | 11001 | 110010 |
Color Harmonies of #60739F
Complementary color
Monochromatic Colors of #60739F
Black with #60739F
Text Example
Text Example
White with #60739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60739F; }
p { color: rgb(96,115,159); }
H1.HeaderClassName
{
color: #60739F;
}
.AnyTagClassName
{
color: #60739F;
}
</style>
background-color css
<style>
a { background-color: #60739F; }
a { background-color: rgb(96,115,159); }
div.DivClassName
{
background-color: #60739F;
}
.BgClassName
{
background-color: #60739F;
}
</style>
border-color css
<style>
span { border-color: #60739F; }
span { border-color: rgb(96,115,159); }
td.TdClassName
{
border-color: #60739F;
}
.TagClassName
{
border-color: #60739F;
}
</style>