Shades of Waikawa Grey #60799C
Tints of Waikawa Grey #60799C
RGB
CMYK
RGB Variations
Color information
#60799C (or 0x60799C) is known color: Waikawa Grey. HEX triplet: 60, 79 and 9C. RGB value is (96,121,156). Sum of RGB (Red+Green+Blue) = 96+121+156=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #60799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60799C is #9F8663. Grayscale: #757575. Windows color (decimal): -10454628 or 10254688. OLE color: 10254688.
HSL color Cylindrical-coordinate representation of color #60799C: hue angle of 215º 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 #60799C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 121 | 156 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.39 |
| HSL | 215º | 0.24% | 0.49% | - |
| HSV(B) | 215º | 0.38% | 0.61% | - |
| XYZ | 17.66 | 18.56 | 34.1 | - |
| YUV | 117.52 | 149.72 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 156 | 0.38 | 0.22 | 0 | 0.39 | 215 | 0.24 | 0.49 |
| Hex | 60 | 79 | 9C | 26 | 16 | 0 | 27 | D7 | 18 | 31 |
| Octal | 140 | 171 | 234 | 46 | 26 | 0 | 47 | 327 | 30 | 61 |
| Binary | 1100000 | 1111001 | 10011100 | 100110 | 10110 | 0 | 100111 | 11010111 | 11000 | 110001 |
Color Harmonies of #60799C
Complementary color
Monochromatic Colors of #60799C
Black with #60799C
Text Example
Text Example
White with #60799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60799C; }
p { color: rgb(96,121,156); }
H1.HeaderClassName
{
color: #60799C;
}
.AnyTagClassName
{
color: #60799C;
}
</style>
background-color css
<style>
a { background-color: #60799C; }
a { background-color: rgb(96,121,156); }
div.DivClassName
{
background-color: #60799C;
}
.BgClassName
{
background-color: #60799C;
}
</style>
border-color css
<style>
span { border-color: #60799C; }
span { border-color: rgb(96,121,156); }
td.TdClassName
{
border-color: #60799C;
}
.TagClassName
{
border-color: #60799C;
}
</style>