Shades of Waikawa Grey #60709E
Tints of Waikawa Grey #60709E
RGB
CMYK
RGB Variations
Color information
#60709E (or 0x60709E) is known color: Waikawa Grey. HEX triplet: 60, 70 and 9E. RGB value is (96,112,158). Sum of RGB (Red+Green+Blue) = 96+112+158=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 158 - color contains mainly: blue. Hex color #60709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60709E is #9F8F61. Grayscale: #707070. Windows color (decimal): -10456930 or 10383456. OLE color: 10383456.
HSL color Cylindrical-coordinate representation of color #60709E: hue angle of 224.52º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60709E is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 112 | 158 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.38 |
| HSL | 224.52º | 0.24% | 0.5% | - |
| HSV(B) | 224.52º | 0.39% | 0.62% | - |
| XYZ | 16.79 | 16.54 | 34.66 | - |
| YUV | 112.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 158 | 0.39 | 0.29 | 0 | 0.38 | 224.52 | 0.24 | 0.5 |
| Hex | 60 | 70 | 9E | 27 | 1D | 0 | 26 | E1 | 18 | 32 |
| Octal | 140 | 160 | 236 | 47 | 35 | 0 | 46 | 341 | 30 | 62 |
| Binary | 1100000 | 1110000 | 10011110 | 100111 | 11101 | 0 | 100110 | 11100001 | 11000 | 110010 |
Color Harmonies of #60709E
Complementary color
Monochromatic Colors of #60709E
Black with #60709E
Text Example
Text Example
White with #60709E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60709E; }
p { color: rgb(96,112,158); }
H1.HeaderClassName
{
color: #60709E;
}
.AnyTagClassName
{
color: #60709E;
}
</style>
background-color css
<style>
a { background-color: #60709E; }
a { background-color: rgb(96,112,158); }
div.DivClassName
{
background-color: #60709E;
}
.BgClassName
{
background-color: #60709E;
}
</style>
border-color css
<style>
span { border-color: #60709E; }
span { border-color: rgb(96,112,158); }
td.TdClassName
{
border-color: #60709E;
}
.TagClassName
{
border-color: #60709E;
}
</style>