Shades of Waikawa Grey #62779B
Tints of Waikawa Grey #62779B
RGB
CMYK
RGB Variations
Color information
#62779B (or 0x62779B) is known color: Waikawa Grey. HEX triplet: 62, 77 and 9B. RGB value is (98,119,155). Sum of RGB (Red+Green+Blue) = 98+119+155=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 119 (46.88% from 255 or 31.99% 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 #62779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779B is #9D8864. Grayscale: #747474. Windows color (decimal): -10324069 or 10188642. OLE color: 10188642.
HSL color Cylindrical-coordinate representation of color #62779B: hue angle of 217.89º 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 #62779B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 119 | 155 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.39 |
| HSL | 217.89º | 0.23% | 0.5% | - |
| HSV(B) | 217.89º | 0.37% | 0.61% | - |
| XYZ | 17.55 | 18.16 | 33.59 | - |
| YUV | 116.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 155 | 0.37 | 0.23 | 0 | 0.39 | 217.89 | 0.23 | 0.5 |
| Hex | 62 | 77 | 9B | 25 | 17 | 0 | 27 | DA | 17 | 32 |
| Octal | 142 | 167 | 233 | 45 | 27 | 0 | 47 | 332 | 27 | 62 |
| Binary | 1100010 | 1110111 | 10011011 | 100101 | 10111 | 0 | 100111 | 11011010 | 10111 | 110010 |
Color Harmonies of #62779B
Complementary color
Monochromatic Colors of #62779B
Black with #62779B
Text Example
Text Example
White with #62779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62779B; }
p { color: rgb(98,119,155); }
H1.HeaderClassName
{
color: #62779B;
}
.AnyTagClassName
{
color: #62779B;
}
</style>
background-color css
<style>
a { background-color: #62779B; }
a { background-color: rgb(98,119,155); }
div.DivClassName
{
background-color: #62779B;
}
.BgClassName
{
background-color: #62779B;
}
</style>
border-color css
<style>
span { border-color: #62779B; }
span { border-color: rgb(98,119,155); }
td.TdClassName
{
border-color: #62779B;
}
.TagClassName
{
border-color: #62779B;
}
</style>