Shades of Waikawa Grey #60708D
Tints of Waikawa Grey #60708D
RGB
CMYK
RGB Variations
Color information
#60708D (or 0x60708D) is known color: Waikawa Grey. HEX triplet: 60, 70 and 8D. RGB value is (96,112,141). Sum of RGB (Red+Green+Blue) = 96+112+141=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #60708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60708D is #9F8F72. Grayscale: #6E6E6E. Windows color (decimal): -10456947 or 9269344. OLE color: 9269344.
HSL color Cylindrical-coordinate representation of color #60708D: hue angle of 218.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60708D is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 112 | 141 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.45 |
| HSL | 218.67º | 0.19% | 0.46% | - |
| HSV(B) | 218.67º | 0.32% | 0.55% | - |
| XYZ | 15.43 | 16 | 27.47 | - |
| YUV | 110.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 141 | 0.32 | 0.21 | 0 | 0.45 | 218.67 | 0.19 | 0.46 |
| Hex | 60 | 70 | 8D | 20 | 15 | 0 | 2D | DB | 13 | 2E |
| Octal | 140 | 160 | 215 | 40 | 25 | 0 | 55 | 333 | 23 | 56 |
| Binary | 1100000 | 1110000 | 10001101 | 100000 | 10101 | 0 | 101101 | 11011011 | 10011 | 101110 |
Color Harmonies of #60708D
Complementary color
Monochromatic Colors of #60708D
Black with #60708D
Text Example
Text Example
White with #60708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60708D; }
p { color: rgb(96,112,141); }
H1.HeaderClassName
{
color: #60708D;
}
.AnyTagClassName
{
color: #60708D;
}
</style>
background-color css
<style>
a { background-color: #60708D; }
a { background-color: rgb(96,112,141); }
div.DivClassName
{
background-color: #60708D;
}
.BgClassName
{
background-color: #60708D;
}
</style>
border-color css
<style>
span { border-color: #60708D; }
span { border-color: rgb(96,112,141); }
td.TdClassName
{
border-color: #60708D;
}
.TagClassName
{
border-color: #60708D;
}
</style>