Shades of Waikawa Grey #62799E
Tints of Waikawa Grey #62799E
RGB
CMYK
RGB Variations
Color information
#62799E (or 0x62799E) is known color: Waikawa Grey. HEX triplet: 62, 79 and 9E. RGB value is (98,121,158). Sum of RGB (Red+Green+Blue) = 98+121+158=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #62799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799E is #9D8661. Grayscale: #767676. Windows color (decimal): -10323554 or 10385762. OLE color: 10385762.
HSL color Cylindrical-coordinate representation of color #62799E: hue angle of 217º degrees, saturation: 0.24, 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 #62799E is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 121 | 158 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.38 |
| HSL | 217º | 0.24% | 0.5% | - |
| HSV(B) | 217º | 0.38% | 0.62% | - |
| XYZ | 18.05 | 18.74 | 35.01 | - |
| YUV | 118.34 | 150.38 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 158 | 0.38 | 0.23 | 0 | 0.38 | 217 | 0.24 | 0.5 |
| Hex | 62 | 79 | 9E | 26 | 17 | 0 | 26 | D9 | 18 | 32 |
| Octal | 142 | 171 | 236 | 46 | 27 | 0 | 46 | 331 | 30 | 62 |
| Binary | 1100010 | 1111001 | 10011110 | 100110 | 10111 | 0 | 100110 | 11011001 | 11000 | 110010 |
Color Harmonies of #62799E
Complementary color
Monochromatic Colors of #62799E
Black with #62799E
Text Example
Text Example
White with #62799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62799E; }
p { color: rgb(98,121,158); }
H1.HeaderClassName
{
color: #62799E;
}
.AnyTagClassName
{
color: #62799E;
}
</style>
background-color css
<style>
a { background-color: #62799E; }
a { background-color: rgb(98,121,158); }
div.DivClassName
{
background-color: #62799E;
}
.BgClassName
{
background-color: #62799E;
}
</style>
border-color css
<style>
span { border-color: #62799E; }
span { border-color: rgb(98,121,158); }
td.TdClassName
{
border-color: #62799E;
}
.TagClassName
{
border-color: #62799E;
}
</style>