Shades of Waikawa Grey #62728E
Tints of Waikawa Grey #62728E
RGB
CMYK
RGB Variations
Color information
#62728E (or 0x62728E) is known color: Waikawa Grey. HEX triplet: 62, 72 and 8E. RGB value is (98,114,142). Sum of RGB (Red+Green+Blue) = 98+114+142=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #62728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62728E is #9D8D71. Grayscale: #707070. Windows color (decimal): -10325362 or 9335394. OLE color: 9335394.
HSL color Cylindrical-coordinate representation of color #62728E: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62728E is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 114 | 142 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.44 |
| HSL | 218.18º | 0.18% | 0.47% | - |
| HSV(B) | 218.18º | 0.31% | 0.56% | - |
| XYZ | 15.94 | 16.58 | 27.95 | - |
| YUV | 112.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 142 | 0.31 | 0.20 | 0 | 0.44 | 218.18 | 0.18 | 0.47 |
| Hex | 62 | 72 | 8E | 1F | 14 | 0 | 2C | DA | 12 | 2F |
| Octal | 142 | 162 | 216 | 37 | 24 | 0 | 54 | 332 | 22 | 57 |
| Binary | 1100010 | 1110010 | 10001110 | 11111 | 10100 | 0 | 101100 | 11011010 | 10010 | 101111 |
Color Harmonies of #62728E
Complementary color
Monochromatic Colors of #62728E
Black with #62728E
Text Example
Text Example
White with #62728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62728E; }
p { color: rgb(98,114,142); }
H1.HeaderClassName
{
color: #62728E;
}
.AnyTagClassName
{
color: #62728E;
}
</style>
background-color css
<style>
a { background-color: #62728E; }
a { background-color: rgb(98,114,142); }
div.DivClassName
{
background-color: #62728E;
}
.BgClassName
{
background-color: #62728E;
}
</style>
border-color css
<style>
span { border-color: #62728E; }
span { border-color: rgb(98,114,142); }
td.TdClassName
{
border-color: #62728E;
}
.TagClassName
{
border-color: #62728E;
}
</style>