Shades of Waikawa Grey #60709F
Tints of Waikawa Grey #60709F
RGB
CMYK
RGB Variations
Color information
#60709F (or 0x60709F) is known color: Waikawa Grey. HEX triplet: 60, 70 and 9F. RGB value is (96,112,159). Sum of RGB (Red+Green+Blue) = 96+112+159=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #60709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60709F is #9F8F60. Grayscale: #707070. Windows color (decimal): -10456929 or 10448992. OLE color: 10448992.
HSL color Cylindrical-coordinate representation of color #60709F: hue angle of 224.76º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60709F is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 112 | 159 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.38 |
| HSL | 224.76º | 0.25% | 0.5% | - |
| HSV(B) | 224.76º | 0.4% | 0.62% | - |
| XYZ | 16.88 | 16.58 | 35.11 | - |
| YUV | 112.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 159 | 0.40 | 0.30 | 0 | 0.38 | 224.76 | 0.25 | 0.5 |
| Hex | 60 | 70 | 9F | 28 | 1E | 0 | 26 | E1 | 19 | 32 |
| Octal | 140 | 160 | 237 | 50 | 36 | 0 | 46 | 341 | 31 | 62 |
| Binary | 1100000 | 1110000 | 10011111 | 101000 | 11110 | 0 | 100110 | 11100001 | 11001 | 110010 |
Color Harmonies of #60709F
Complementary color
Monochromatic Colors of #60709F
Black with #60709F
Text Example
Text Example
White with #60709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60709F; }
p { color: rgb(96,112,159); }
H1.HeaderClassName
{
color: #60709F;
}
.AnyTagClassName
{
color: #60709F;
}
</style>
background-color css
<style>
a { background-color: #60709F; }
a { background-color: rgb(96,112,159); }
div.DivClassName
{
background-color: #60709F;
}
.BgClassName
{
background-color: #60709F;
}
</style>
border-color css
<style>
span { border-color: #60709F; }
span { border-color: rgb(96,112,159); }
td.TdClassName
{
border-color: #60709F;
}
.TagClassName
{
border-color: #60709F;
}
</style>