Shades of Waikawa Grey #62779C
Tints of Waikawa Grey #62779C
RGB
CMYK
RGB Variations
Color information
#62779C (or 0x62779C) is known color: Waikawa Grey. HEX triplet: 62, 77 and 9C. RGB value is (98,119,156). Sum of RGB (Red+Green+Blue) = 98+119+156=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #62779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779C is #9D8863. Grayscale: #747474. Windows color (decimal): -10324068 or 10254178. OLE color: 10254178.
HSL color Cylindrical-coordinate representation of color #62779C: hue angle of 218.28º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62779C is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 119 | 156 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.39 |
| HSL | 218.28º | 0.23% | 0.5% | - |
| HSV(B) | 218.28º | 0.37% | 0.61% | - |
| XYZ | 17.63 | 18.19 | 34.03 | - |
| YUV | 116.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 156 | 0.37 | 0.24 | 0 | 0.39 | 218.28 | 0.23 | 0.5 |
| Hex | 62 | 77 | 9C | 25 | 18 | 0 | 27 | DA | 17 | 32 |
| Octal | 142 | 167 | 234 | 45 | 30 | 0 | 47 | 332 | 27 | 62 |
| Binary | 1100010 | 1110111 | 10011100 | 100101 | 11000 | 0 | 100111 | 11011010 | 10111 | 110010 |
Color Harmonies of #62779C
Complementary color
Monochromatic Colors of #62779C
Black with #62779C
Text Example
Text Example
White with #62779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62779C; }
p { color: rgb(98,119,156); }
H1.HeaderClassName
{
color: #62779C;
}
.AnyTagClassName
{
color: #62779C;
}
</style>
background-color css
<style>
a { background-color: #62779C; }
a { background-color: rgb(98,119,156); }
div.DivClassName
{
background-color: #62779C;
}
.BgClassName
{
background-color: #62779C;
}
</style>
border-color css
<style>
span { border-color: #62779C; }
span { border-color: rgb(98,119,156); }
td.TdClassName
{
border-color: #62779C;
}
.TagClassName
{
border-color: #62779C;
}
</style>