Shades of Waikawa Grey #60739B
Tints of Waikawa Grey #60739B
RGB
CMYK
RGB Variations
Color information
#60739B (or 0x60739B) is known color: Waikawa Grey. HEX triplet: 60, 73 and 9B. RGB value is (96,115,155). Sum of RGB (Red+Green+Blue) = 96+115+155=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #60739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60739B is #9F8C64. Grayscale: #717171. Windows color (decimal): -10456165 or 10187616. OLE color: 10187616.
HSL color Cylindrical-coordinate representation of color #60739B: hue angle of 220.68º 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 #60739B is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 115 | 155 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.39 |
| HSL | 220.68º | 0.24% | 0.49% | - |
| HSV(B) | 220.68º | 0.38% | 0.61% | - |
| XYZ | 16.87 | 17.11 | 33.42 | - |
| YUV | 113.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 155 | 0.38 | 0.26 | 0 | 0.39 | 220.68 | 0.24 | 0.49 |
| Hex | 60 | 73 | 9B | 26 | 1A | 0 | 27 | DD | 18 | 31 |
| Octal | 140 | 163 | 233 | 46 | 32 | 0 | 47 | 335 | 30 | 61 |
| Binary | 1100000 | 1110011 | 10011011 | 100110 | 11010 | 0 | 100111 | 11011101 | 11000 | 110001 |
Color Harmonies of #60739B
Complementary color
Monochromatic Colors of #60739B
Black with #60739B
Text Example
Text Example
White with #60739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60739B; }
p { color: rgb(96,115,155); }
H1.HeaderClassName
{
color: #60739B;
}
.AnyTagClassName
{
color: #60739B;
}
</style>
background-color css
<style>
a { background-color: #60739B; }
a { background-color: rgb(96,115,155); }
div.DivClassName
{
background-color: #60739B;
}
.BgClassName
{
background-color: #60739B;
}
</style>
border-color css
<style>
span { border-color: #60739B; }
span { border-color: rgb(96,115,155); }
td.TdClassName
{
border-color: #60739B;
}
.TagClassName
{
border-color: #60739B;
}
</style>