Shades of Waikawa Grey #60799B
Tints of Waikawa Grey #60799B
RGB
CMYK
RGB Variations
Color information
#60799B (or 0x60799B) is known color: Waikawa Grey. HEX triplet: 60, 79 and 9B. RGB value is (96,121,155). Sum of RGB (Red+Green+Blue) = 96+121+155=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #60799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60799B is #9F8664. Grayscale: #757575. Windows color (decimal): -10454629 or 10189152. OLE color: 10189152.
HSL color Cylindrical-coordinate representation of color #60799B: hue angle of 214.58º 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 #60799B is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 121 | 155 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.39 |
| HSL | 214.58º | 0.24% | 0.49% | - |
| HSV(B) | 214.58º | 0.38% | 0.61% | - |
| XYZ | 17.58 | 18.53 | 33.66 | - |
| YUV | 117.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 155 | 0.38 | 0.22 | 0 | 0.39 | 214.58 | 0.24 | 0.49 |
| Hex | 60 | 79 | 9B | 26 | 16 | 0 | 27 | D7 | 18 | 31 |
| Octal | 140 | 171 | 233 | 46 | 26 | 0 | 47 | 327 | 30 | 61 |
| Binary | 1100000 | 1111001 | 10011011 | 100110 | 10110 | 0 | 100111 | 11010111 | 11000 | 110001 |
Color Harmonies of #60799B
Complementary color
Monochromatic Colors of #60799B
Black with #60799B
Text Example
Text Example
White with #60799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60799B; }
p { color: rgb(96,121,155); }
H1.HeaderClassName
{
color: #60799B;
}
.AnyTagClassName
{
color: #60799B;
}
</style>
background-color css
<style>
a { background-color: #60799B; }
a { background-color: rgb(96,121,155); }
div.DivClassName
{
background-color: #60799B;
}
.BgClassName
{
background-color: #60799B;
}
</style>
border-color css
<style>
span { border-color: #60799B; }
span { border-color: rgb(96,121,155); }
td.TdClassName
{
border-color: #60799B;
}
.TagClassName
{
border-color: #60799B;
}
</style>