Shades of Waikawa Grey #60718A
Tints of Waikawa Grey #60718A
RGB
CMYK
RGB Variations
Color information
#60718A (or 0x60718A) is known color: Waikawa Grey. HEX triplet: 60, 71 and 8A. RGB value is (96,113,138). Sum of RGB (Red+Green+Blue) = 96+113+138=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #60718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60718A is #9F8E75. Grayscale: #6E6E6E. Windows color (decimal): -10456694 or 9072992. OLE color: 9072992.
HSL color Cylindrical-coordinate representation of color #60718A: hue angle of 215.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60718A is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 113 | 138 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.46 |
| HSL | 215.71º | 0.18% | 0.46% | - |
| HSV(B) | 215.71º | 0.3% | 0.54% | - |
| XYZ | 15.32 | 16.13 | 26.35 | - |
| YUV | 110.77 | 143.37 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 138 | 0.30 | 0.18 | 0 | 0.46 | 215.71 | 0.18 | 0.46 |
| Hex | 60 | 71 | 8A | 1E | 12 | 0 | 2E | D8 | 12 | 2E |
| Octal | 140 | 161 | 212 | 36 | 22 | 0 | 56 | 330 | 22 | 56 |
| Binary | 1100000 | 1110001 | 10001010 | 11110 | 10010 | 0 | 101110 | 11011000 | 10010 | 101110 |
Color Harmonies of #60718A
Complementary color
Monochromatic Colors of #60718A
Black with #60718A
Text Example
Text Example
White with #60718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60718A; }
p { color: rgb(96,113,138); }
H1.HeaderClassName
{
color: #60718A;
}
.AnyTagClassName
{
color: #60718A;
}
</style>
background-color css
<style>
a { background-color: #60718A; }
a { background-color: rgb(96,113,138); }
div.DivClassName
{
background-color: #60718A;
}
.BgClassName
{
background-color: #60718A;
}
</style>
border-color css
<style>
span { border-color: #60718A; }
span { border-color: rgb(96,113,138); }
td.TdClassName
{
border-color: #60718A;
}
.TagClassName
{
border-color: #60718A;
}
</style>