Shades of Waikawa Grey #62749E
Tints of Waikawa Grey #62749E
RGB
CMYK
RGB Variations
Color information
#62749E (or 0x62749E) is known color: Waikawa Grey. HEX triplet: 62, 74 and 9E. RGB value is (98,116,158). Sum of RGB (Red+Green+Blue) = 98+116+158=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #62749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62749E is #9D8B61. Grayscale: #737373. Windows color (decimal): -10324834 or 10384482. OLE color: 10384482.
HSL color Cylindrical-coordinate representation of color #62749E: hue angle of 222º 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 #62749E is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 116 | 158 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.38 |
| HSL | 222º | 0.24% | 0.5% | - |
| HSV(B) | 222º | 0.38% | 0.62% | - |
| XYZ | 17.45 | 17.56 | 34.82 | - |
| YUV | 115.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 158 | 0.38 | 0.27 | 0 | 0.38 | 222 | 0.24 | 0.5 |
| Hex | 62 | 74 | 9E | 26 | 1B | 0 | 26 | DE | 18 | 32 |
| Octal | 142 | 164 | 236 | 46 | 33 | 0 | 46 | 336 | 30 | 62 |
| Binary | 1100010 | 1110100 | 10011110 | 100110 | 11011 | 0 | 100110 | 11011110 | 11000 | 110010 |
Color Harmonies of #62749E
Complementary color
Monochromatic Colors of #62749E
Black with #62749E
Text Example
Text Example
White with #62749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62749E; }
p { color: rgb(98,116,158); }
H1.HeaderClassName
{
color: #62749E;
}
.AnyTagClassName
{
color: #62749E;
}
</style>
background-color css
<style>
a { background-color: #62749E; }
a { background-color: rgb(98,116,158); }
div.DivClassName
{
background-color: #62749E;
}
.BgClassName
{
background-color: #62749E;
}
</style>
border-color css
<style>
span { border-color: #62749E; }
span { border-color: rgb(98,116,158); }
td.TdClassName
{
border-color: #62749E;
}
.TagClassName
{
border-color: #62749E;
}
</style>