Shades of Waikawa Grey #60789D
Tints of Waikawa Grey #60789D
RGB
CMYK
RGB Variations
Color information
#60789D (or 0x60789D) is known color: Waikawa Grey. HEX triplet: 60, 78 and 9D. RGB value is (96,120,157). Sum of RGB (Red+Green+Blue) = 96+120+157=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #60789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60789D is #9F8762. Grayscale: #747474. Windows color (decimal): -10454883 or 10319968. OLE color: 10319968.
HSL color Cylindrical-coordinate representation of color #60789D: hue angle of 216.39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60789D is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 120 | 157 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.38 |
| HSL | 216.39º | 0.24% | 0.5% | - |
| HSV(B) | 216.39º | 0.39% | 0.62% | - |
| XYZ | 17.63 | 18.35 | 34.51 | - |
| YUV | 117.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 157 | 0.39 | 0.24 | 0 | 0.38 | 216.39 | 0.24 | 0.5 |
| Hex | 60 | 78 | 9D | 27 | 18 | 0 | 26 | D8 | 18 | 32 |
| Octal | 140 | 170 | 235 | 47 | 30 | 0 | 46 | 330 | 30 | 62 |
| Binary | 1100000 | 1111000 | 10011101 | 100111 | 11000 | 0 | 100110 | 11011000 | 11000 | 110010 |
Color Harmonies of #60789D
Complementary color
Monochromatic Colors of #60789D
Black with #60789D
Text Example
Text Example
White with #60789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60789D; }
p { color: rgb(96,120,157); }
H1.HeaderClassName
{
color: #60789D;
}
.AnyTagClassName
{
color: #60789D;
}
</style>
background-color css
<style>
a { background-color: #60789D; }
a { background-color: rgb(96,120,157); }
div.DivClassName
{
background-color: #60789D;
}
.BgClassName
{
background-color: #60789D;
}
</style>
border-color css
<style>
span { border-color: #60789D; }
span { border-color: rgb(96,120,157); }
td.TdClassName
{
border-color: #60789D;
}
.TagClassName
{
border-color: #60789D;
}
</style>