Shades of Waikawa Grey #62729C
Tints of Waikawa Grey #62729C
RGB
CMYK
RGB Variations
Color information
#62729C (or 0x62729C) is known color: Waikawa Grey. HEX triplet: 62, 72 and 9C. RGB value is (98,114,156). Sum of RGB (Red+Green+Blue) = 98+114+156=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #62729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729C is #9D8D63. Grayscale: #717171. Windows color (decimal): -10325348 or 10252898. OLE color: 10252898.
HSL color Cylindrical-coordinate representation of color #62729C: hue angle of 223.45º 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 #62729C is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 114 | 156 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.39 |
| HSL | 223.45º | 0.23% | 0.5% | - |
| HSV(B) | 223.45º | 0.37% | 0.61% | - |
| XYZ | 17.06 | 17.03 | 33.84 | - |
| YUV | 114 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 156 | 0.37 | 0.27 | 0 | 0.39 | 223.45 | 0.23 | 0.5 |
| Hex | 62 | 72 | 9C | 25 | 1B | 0 | 27 | DF | 17 | 32 |
| Octal | 142 | 162 | 234 | 45 | 33 | 0 | 47 | 337 | 27 | 62 |
| Binary | 1100010 | 1110010 | 10011100 | 100101 | 11011 | 0 | 100111 | 11011111 | 10111 | 110010 |
Color Harmonies of #62729C
Complementary color
Monochromatic Colors of #62729C
Black with #62729C
Text Example
Text Example
White with #62729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62729C; }
p { color: rgb(98,114,156); }
H1.HeaderClassName
{
color: #62729C;
}
.AnyTagClassName
{
color: #62729C;
}
</style>
background-color css
<style>
a { background-color: #62729C; }
a { background-color: rgb(98,114,156); }
div.DivClassName
{
background-color: #62729C;
}
.BgClassName
{
background-color: #62729C;
}
</style>
border-color css
<style>
span { border-color: #62729C; }
span { border-color: rgb(98,114,156); }
td.TdClassName
{
border-color: #62729C;
}
.TagClassName
{
border-color: #62729C;
}
</style>