Shades of Waikawa Grey #60708E
Tints of Waikawa Grey #60708E
RGB
CMYK
RGB Variations
Color information
#60708E (or 0x60708E) is known color: Waikawa Grey. HEX triplet: 60, 70 and 8E. RGB value is (96,112,142). Sum of RGB (Red+Green+Blue) = 96+112+142=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #60708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60708E is #9F8F71. Grayscale: #6E6E6E. Windows color (decimal): -10456946 or 9334880. OLE color: 9334880.
HSL color Cylindrical-coordinate representation of color #60708E: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60708E is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 112 | 142 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.44 |
| HSL | 219.13º | 0.19% | 0.47% | - |
| HSV(B) | 219.13º | 0.32% | 0.56% | - |
| XYZ | 15.5 | 16.03 | 27.87 | - |
| YUV | 110.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 142 | 0.32 | 0.21 | 0 | 0.44 | 219.13 | 0.19 | 0.47 |
| Hex | 60 | 70 | 8E | 20 | 15 | 0 | 2C | DB | 13 | 2F |
| Octal | 140 | 160 | 216 | 40 | 25 | 0 | 54 | 333 | 23 | 57 |
| Binary | 1100000 | 1110000 | 10001110 | 100000 | 10101 | 0 | 101100 | 11011011 | 10011 | 101111 |
Color Harmonies of #60708E
Complementary color
Monochromatic Colors of #60708E
Black with #60708E
Text Example
Text Example
White with #60708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60708E; }
p { color: rgb(96,112,142); }
H1.HeaderClassName
{
color: #60708E;
}
.AnyTagClassName
{
color: #60708E;
}
</style>
background-color css
<style>
a { background-color: #60708E; }
a { background-color: rgb(96,112,142); }
div.DivClassName
{
background-color: #60708E;
}
.BgClassName
{
background-color: #60708E;
}
</style>
border-color css
<style>
span { border-color: #60708E; }
span { border-color: rgb(96,112,142); }
td.TdClassName
{
border-color: #60708E;
}
.TagClassName
{
border-color: #60708E;
}
</style>