Shades of Waikawa Grey #62768E
Tints of Waikawa Grey #62768E
RGB
CMYK
RGB Variations
Color information
#62768E (or 0x62768E) is known color: Waikawa Grey. HEX triplet: 62, 76 and 8E. RGB value is (98,118,142). Sum of RGB (Red+Green+Blue) = 98+118+142=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #62768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62768E is #9D8971. Grayscale: #727272. Windows color (decimal): -10324338 or 9336418. OLE color: 9336418.
HSL color Cylindrical-coordinate representation of color #62768E: hue angle of 212.73º 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 #62768E is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 118 | 142 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.44 |
| HSL | 212.73º | 0.18% | 0.47% | - |
| HSV(B) | 212.73º | 0.31% | 0.56% | - |
| XYZ | 16.4 | 17.51 | 28.11 | - |
| YUV | 114.76 | 143.37 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 142 | 0.31 | 0.17 | 0 | 0.44 | 212.73 | 0.18 | 0.47 |
| Hex | 62 | 76 | 8E | 1F | 11 | 0 | 2C | D5 | 12 | 2F |
| Octal | 142 | 166 | 216 | 37 | 21 | 0 | 54 | 325 | 22 | 57 |
| Binary | 1100010 | 1110110 | 10001110 | 11111 | 10001 | 0 | 101100 | 11010101 | 10010 | 101111 |
Color Harmonies of #62768E
Complementary color
Monochromatic Colors of #62768E
Black with #62768E
Text Example
Text Example
White with #62768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62768E; }
p { color: rgb(98,118,142); }
H1.HeaderClassName
{
color: #62768E;
}
.AnyTagClassName
{
color: #62768E;
}
</style>
background-color css
<style>
a { background-color: #62768E; }
a { background-color: rgb(98,118,142); }
div.DivClassName
{
background-color: #62768E;
}
.BgClassName
{
background-color: #62768E;
}
</style>
border-color css
<style>
span { border-color: #62768E; }
span { border-color: rgb(98,118,142); }
td.TdClassName
{
border-color: #62768E;
}
.TagClassName
{
border-color: #62768E;
}
</style>