Shades of Waikawa Grey #62739A
Tints of Waikawa Grey #62739A
RGB
CMYK
RGB Variations
Color information
#62739A (or 0x62739A) is known color: Waikawa Grey. HEX triplet: 62, 73 and 9A. RGB value is (98,115,154). Sum of RGB (Red+Green+Blue) = 98+115+154=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #62739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62739A is #9D8C65. Grayscale: #727272. Windows color (decimal): -10325094 or 10122082. OLE color: 10122082.
HSL color Cylindrical-coordinate representation of color #62739A: hue angle of 221.79º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62739A is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 115 | 154 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.40 |
| HSL | 221.79º | 0.22% | 0.49% | - |
| HSV(B) | 221.79º | 0.36% | 0.6% | - |
| XYZ | 17 | 17.19 | 32.99 | - |
| YUV | 114.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 154 | 0.36 | 0.25 | 0 | 0.40 | 221.79 | 0.22 | 0.49 |
| Hex | 62 | 73 | 9A | 24 | 19 | 0 | 28 | DE | 16 | 31 |
| Octal | 142 | 163 | 232 | 44 | 31 | 0 | 50 | 336 | 26 | 61 |
| Binary | 1100010 | 1110011 | 10011010 | 100100 | 11001 | 0 | 101000 | 11011110 | 10110 | 110001 |
Color Harmonies of #62739A
Complementary color
Monochromatic Colors of #62739A
Black with #62739A
Text Example
Text Example
White with #62739A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62739A; }
p { color: rgb(98,115,154); }
H1.HeaderClassName
{
color: #62739A;
}
.AnyTagClassName
{
color: #62739A;
}
</style>
background-color css
<style>
a { background-color: #62739A; }
a { background-color: rgb(98,115,154); }
div.DivClassName
{
background-color: #62739A;
}
.BgClassName
{
background-color: #62739A;
}
</style>
border-color css
<style>
span { border-color: #62739A; }
span { border-color: rgb(98,115,154); }
td.TdClassName
{
border-color: #62739A;
}
.TagClassName
{
border-color: #62739A;
}
</style>