Shades of Waikawa Grey #62799D
Tints of Waikawa Grey #62799D
RGB
CMYK
RGB Variations
Color information
#62799D (or 0x62799D) is known color: Waikawa Grey. HEX triplet: 62, 79 and 9D. RGB value is (98,121,157). Sum of RGB (Red+Green+Blue) = 98+121+157=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #62799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799D is #9D8662. Grayscale: #767676. Windows color (decimal): -10323555 or 10320226. OLE color: 10320226.
HSL color Cylindrical-coordinate representation of color #62799D: hue angle of 216.61º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62799D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 121 | 157 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.38 |
| HSL | 216.61º | 0.23% | 0.5% | - |
| HSV(B) | 216.61º | 0.38% | 0.62% | - |
| XYZ | 17.96 | 18.71 | 34.56 | - |
| YUV | 118.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 157 | 0.38 | 0.23 | 0 | 0.38 | 216.61 | 0.23 | 0.5 |
| Hex | 62 | 79 | 9D | 26 | 17 | 0 | 26 | D9 | 17 | 32 |
| Octal | 142 | 171 | 235 | 46 | 27 | 0 | 46 | 331 | 27 | 62 |
| Binary | 1100010 | 1111001 | 10011101 | 100110 | 10111 | 0 | 100110 | 11011001 | 10111 | 110010 |
Color Harmonies of #62799D
Complementary color
Monochromatic Colors of #62799D
Black with #62799D
Text Example
Text Example
White with #62799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62799D; }
p { color: rgb(98,121,157); }
H1.HeaderClassName
{
color: #62799D;
}
.AnyTagClassName
{
color: #62799D;
}
</style>
background-color css
<style>
a { background-color: #62799D; }
a { background-color: rgb(98,121,157); }
div.DivClassName
{
background-color: #62799D;
}
.BgClassName
{
background-color: #62799D;
}
</style>
border-color css
<style>
span { border-color: #62799D; }
span { border-color: rgb(98,121,157); }
td.TdClassName
{
border-color: #62799D;
}
.TagClassName
{
border-color: #62799D;
}
</style>