Shades of Waikawa Grey #62719D
Tints of Waikawa Grey #62719D
RGB
CMYK
RGB Variations
Color information
#62719D (or 0x62719D) is known color: Waikawa Grey. HEX triplet: 62, 71 and 9D. RGB value is (98,113,157). Sum of RGB (Red+Green+Blue) = 98+113+157=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #62719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719D is #9D8E62. Grayscale: #717171. Windows color (decimal): -10325603 or 10318178. OLE color: 10318178.
HSL color Cylindrical-coordinate representation of color #62719D: hue angle of 224.75º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62719D is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 113 | 157 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.38 |
| HSL | 224.75º | 0.23% | 0.5% | - |
| HSV(B) | 224.75º | 0.38% | 0.62% | - |
| XYZ | 17.03 | 16.84 | 34.25 | - |
| YUV | 113.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 157 | 0.38 | 0.28 | 0 | 0.38 | 224.75 | 0.23 | 0.5 |
| Hex | 62 | 71 | 9D | 26 | 1C | 0 | 26 | E1 | 17 | 32 |
| Octal | 142 | 161 | 235 | 46 | 34 | 0 | 46 | 341 | 27 | 62 |
| Binary | 1100010 | 1110001 | 10011101 | 100110 | 11100 | 0 | 100110 | 11100001 | 10111 | 110010 |
Color Harmonies of #62719D
Complementary color
Monochromatic Colors of #62719D
Black with #62719D
Text Example
Text Example
White with #62719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62719D; }
p { color: rgb(98,113,157); }
H1.HeaderClassName
{
color: #62719D;
}
.AnyTagClassName
{
color: #62719D;
}
</style>
background-color css
<style>
a { background-color: #62719D; }
a { background-color: rgb(98,113,157); }
div.DivClassName
{
background-color: #62719D;
}
.BgClassName
{
background-color: #62719D;
}
</style>
border-color css
<style>
span { border-color: #62719D; }
span { border-color: rgb(98,113,157); }
td.TdClassName
{
border-color: #62719D;
}
.TagClassName
{
border-color: #62719D;
}
</style>