Shades of Waikawa Grey #62719C
Tints of Waikawa Grey #62719C
RGB
CMYK
RGB Variations
Color information
#62719C (or 0x62719C) is known color: Waikawa Grey. HEX triplet: 62, 71 and 9C. RGB value is (98,113,156). Sum of RGB (Red+Green+Blue) = 98+113+156=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #62719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719C is #9D8E63. Grayscale: #717171. Windows color (decimal): -10325604 or 10252642. OLE color: 10252642.
HSL color Cylindrical-coordinate representation of color #62719C: hue angle of 224.48º 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 #62719C is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 113 | 156 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.39 |
| HSL | 224.48º | 0.23% | 0.5% | - |
| HSV(B) | 224.48º | 0.37% | 0.61% | - |
| XYZ | 16.94 | 16.81 | 33.8 | - |
| YUV | 113.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 156 | 0.37 | 0.28 | 0 | 0.39 | 224.48 | 0.23 | 0.5 |
| Hex | 62 | 71 | 9C | 25 | 1C | 0 | 27 | E0 | 17 | 32 |
| Octal | 142 | 161 | 234 | 45 | 34 | 0 | 47 | 340 | 27 | 62 |
| Binary | 1100010 | 1110001 | 10011100 | 100101 | 11100 | 0 | 100111 | 11100000 | 10111 | 110010 |
Color Harmonies of #62719C
Complementary color
Monochromatic Colors of #62719C
Black with #62719C
Text Example
Text Example
White with #62719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62719C; }
p { color: rgb(98,113,156); }
H1.HeaderClassName
{
color: #62719C;
}
.AnyTagClassName
{
color: #62719C;
}
</style>
background-color css
<style>
a { background-color: #62719C; }
a { background-color: rgb(98,113,156); }
div.DivClassName
{
background-color: #62719C;
}
.BgClassName
{
background-color: #62719C;
}
</style>
border-color css
<style>
span { border-color: #62719C; }
span { border-color: rgb(98,113,156); }
td.TdClassName
{
border-color: #62719C;
}
.TagClassName
{
border-color: #62719C;
}
</style>