Shades of Waikawa Grey #60799F
Tints of Waikawa Grey #60799F
RGB
CMYK
RGB Variations
Color information
#60799F (or 0x60799F) is known color: Waikawa Grey. HEX triplet: 60, 79 and 9F. RGB value is (96,121,159). Sum of RGB (Red+Green+Blue) = 96+121+159=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #60799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60799F is #9F8660. Grayscale: #757575. Windows color (decimal): -10454625 or 10451296. OLE color: 10451296.
HSL color Cylindrical-coordinate representation of color #60799F: hue angle of 216.19º 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 #60799F is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 121 | 159 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.38 |
| HSL | 216.19º | 0.25% | 0.5% | - |
| HSV(B) | 216.19º | 0.4% | 0.62% | - |
| XYZ | 17.92 | 18.66 | 35.46 | - |
| YUV | 117.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 159 | 0.40 | 0.24 | 0 | 0.38 | 216.19 | 0.25 | 0.5 |
| Hex | 60 | 79 | 9F | 28 | 18 | 0 | 26 | D8 | 19 | 32 |
| Octal | 140 | 171 | 237 | 50 | 30 | 0 | 46 | 330 | 31 | 62 |
| Binary | 1100000 | 1111001 | 10011111 | 101000 | 11000 | 0 | 100110 | 11011000 | 11001 | 110010 |
Color Harmonies of #60799F
Complementary color
Monochromatic Colors of #60799F
Black with #60799F
Text Example
Text Example
White with #60799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60799F; }
p { color: rgb(96,121,159); }
H1.HeaderClassName
{
color: #60799F;
}
.AnyTagClassName
{
color: #60799F;
}
</style>
background-color css
<style>
a { background-color: #60799F; }
a { background-color: rgb(96,121,159); }
div.DivClassName
{
background-color: #60799F;
}
.BgClassName
{
background-color: #60799F;
}
</style>
border-color css
<style>
span { border-color: #60799F; }
span { border-color: rgb(96,121,159); }
td.TdClassName
{
border-color: #60799F;
}
.TagClassName
{
border-color: #60799F;
}
</style>