Shades of Waikawa Grey #60759A
Tints of Waikawa Grey #60759A
RGB
CMYK
RGB Variations
Color information
#60759A (or 0x60759A) is known color: Waikawa Grey. HEX triplet: 60, 75 and 9A. RGB value is (96,117,154). Sum of RGB (Red+Green+Blue) = 96+117+154=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #60759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60759A is #9F8A65. Grayscale: #727272. Windows color (decimal): -10455654 or 10122592. OLE color: 10122592.
HSL color Cylindrical-coordinate representation of color #60759A: hue angle of 218.28º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60759A is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 117 | 154 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.40 |
| HSL | 218.28º | 0.23% | 0.49% | - |
| HSV(B) | 218.28º | 0.38% | 0.6% | - |
| XYZ | 17.02 | 17.54 | 33.06 | - |
| YUV | 114.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 154 | 0.38 | 0.24 | 0 | 0.40 | 218.28 | 0.23 | 0.49 |
| Hex | 60 | 75 | 9A | 26 | 18 | 0 | 28 | DA | 17 | 31 |
| Octal | 140 | 165 | 232 | 46 | 30 | 0 | 50 | 332 | 27 | 61 |
| Binary | 1100000 | 1110101 | 10011010 | 100110 | 11000 | 0 | 101000 | 11011010 | 10111 | 110001 |
Color Harmonies of #60759A
Complementary color
Monochromatic Colors of #60759A
Black with #60759A
Text Example
Text Example
White with #60759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60759A; }
p { color: rgb(96,117,154); }
H1.HeaderClassName
{
color: #60759A;
}
.AnyTagClassName
{
color: #60759A;
}
</style>
background-color css
<style>
a { background-color: #60759A; }
a { background-color: rgb(96,117,154); }
div.DivClassName
{
background-color: #60759A;
}
.BgClassName
{
background-color: #60759A;
}
</style>
border-color css
<style>
span { border-color: #60759A; }
span { border-color: rgb(96,117,154); }
td.TdClassName
{
border-color: #60759A;
}
.TagClassName
{
border-color: #60759A;
}
</style>