Shades of Waikawa Grey #60759C
Tints of Waikawa Grey #60759C
RGB
CMYK
RGB Variations
Color information
#60759C (or 0x60759C) is known color: Waikawa Grey. HEX triplet: 60, 75 and 9C. RGB value is (96,117,156). Sum of RGB (Red+Green+Blue) = 96+117+156=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 156 - color contains mainly: blue. Hex color #60759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60759C is #9F8A63. Grayscale: #727272. Windows color (decimal): -10455652 or 10253664. OLE color: 10253664.
HSL color Cylindrical-coordinate representation of color #60759C: hue angle of 219º 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 #60759C is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 117 | 156 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.39 |
| HSL | 219º | 0.24% | 0.49% | - |
| HSV(B) | 219º | 0.38% | 0.61% | - |
| XYZ | 17.19 | 17.61 | 33.95 | - |
| YUV | 115.17 | 151.04 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 156 | 0.38 | 0.25 | 0 | 0.39 | 219 | 0.24 | 0.49 |
| Hex | 60 | 75 | 9C | 26 | 19 | 0 | 27 | DB | 18 | 31 |
| Octal | 140 | 165 | 234 | 46 | 31 | 0 | 47 | 333 | 30 | 61 |
| Binary | 1100000 | 1110101 | 10011100 | 100110 | 11001 | 0 | 100111 | 11011011 | 11000 | 110001 |
Color Harmonies of #60759C
Complementary color
Monochromatic Colors of #60759C
Black with #60759C
Text Example
Text Example
White with #60759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60759C; }
p { color: rgb(96,117,156); }
H1.HeaderClassName
{
color: #60759C;
}
.AnyTagClassName
{
color: #60759C;
}
</style>
background-color css
<style>
a { background-color: #60759C; }
a { background-color: rgb(96,117,156); }
div.DivClassName
{
background-color: #60759C;
}
.BgClassName
{
background-color: #60759C;
}
</style>
border-color css
<style>
span { border-color: #60759C; }
span { border-color: rgb(96,117,156); }
td.TdClassName
{
border-color: #60759C;
}
.TagClassName
{
border-color: #60759C;
}
</style>