Shades of Waikawa Grey #60738D
Tints of Waikawa Grey #60738D
RGB
CMYK
RGB Variations
Color information
#60738D (or 0x60738D) is known color: Waikawa Grey. HEX triplet: 60, 73 and 8D. RGB value is (96,115,141). Sum of RGB (Red+Green+Blue) = 96+115+141=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #60738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738D is #9F8C72. Grayscale: #707070. Windows color (decimal): -10456179 or 9270112. OLE color: 9270112.
HSL color Cylindrical-coordinate representation of color #60738D: hue angle of 214.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 #60738D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 115 | 141 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.45 |
| HSL | 214.67º | 0.19% | 0.46% | - |
| HSV(B) | 214.67º | 0.32% | 0.55% | - |
| XYZ | 15.76 | 16.67 | 27.59 | - |
| YUV | 112.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 141 | 0.32 | 0.18 | 0 | 0.45 | 214.67 | 0.19 | 0.46 |
| Hex | 60 | 73 | 8D | 20 | 12 | 0 | 2D | D7 | 13 | 2E |
| Octal | 140 | 163 | 215 | 40 | 22 | 0 | 55 | 327 | 23 | 56 |
| Binary | 1100000 | 1110011 | 10001101 | 100000 | 10010 | 0 | 101101 | 11010111 | 10011 | 101110 |
Color Harmonies of #60738D
Complementary color
Monochromatic Colors of #60738D
Black with #60738D
Text Example
Text Example
White with #60738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60738D; }
p { color: rgb(96,115,141); }
H1.HeaderClassName
{
color: #60738D;
}
.AnyTagClassName
{
color: #60738D;
}
</style>
background-color css
<style>
a { background-color: #60738D; }
a { background-color: rgb(96,115,141); }
div.DivClassName
{
background-color: #60738D;
}
.BgClassName
{
background-color: #60738D;
}
</style>
border-color css
<style>
span { border-color: #60738D; }
span { border-color: rgb(96,115,141); }
td.TdClassName
{
border-color: #60738D;
}
.TagClassName
{
border-color: #60738D;
}
</style>