Shades of Waikawa Grey #60709B
Tints of Waikawa Grey #60709B
RGB
CMYK
RGB Variations
Color information
#60709B (or 0x60709B) is known color: Waikawa Grey. HEX triplet: 60, 70 and 9B. RGB value is (96,112,155). Sum of RGB (Red+Green+Blue) = 96+112+155=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #60709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60709B is #9F8F64. Grayscale: #6F6F6F. Windows color (decimal): -10456933 or 10186848. OLE color: 10186848.
HSL color Cylindrical-coordinate representation of color #60709B: hue angle of 223.73º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60709B is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 112 | 155 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.39 |
| HSL | 223.73º | 0.24% | 0.49% | - |
| HSV(B) | 223.73º | 0.38% | 0.61% | - |
| XYZ | 16.53 | 16.44 | 33.31 | - |
| YUV | 112.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 155 | 0.38 | 0.28 | 0 | 0.39 | 223.73 | 0.24 | 0.49 |
| Hex | 60 | 70 | 9B | 26 | 1C | 0 | 27 | E0 | 18 | 31 |
| Octal | 140 | 160 | 233 | 46 | 34 | 0 | 47 | 340 | 30 | 61 |
| Binary | 1100000 | 1110000 | 10011011 | 100110 | 11100 | 0 | 100111 | 11100000 | 11000 | 110001 |
Color Harmonies of #60709B
Complementary color
Monochromatic Colors of #60709B
Black with #60709B
Text Example
Text Example
White with #60709B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60709B; }
p { color: rgb(96,112,155); }
H1.HeaderClassName
{
color: #60709B;
}
.AnyTagClassName
{
color: #60709B;
}
</style>
background-color css
<style>
a { background-color: #60709B; }
a { background-color: rgb(96,112,155); }
div.DivClassName
{
background-color: #60709B;
}
.BgClassName
{
background-color: #60709B;
}
</style>
border-color css
<style>
span { border-color: #60709B; }
span { border-color: rgb(96,112,155); }
td.TdClassName
{
border-color: #60709B;
}
.TagClassName
{
border-color: #60709B;
}
</style>