Shades of Waikawa Grey #62759D
Tints of Waikawa Grey #62759D
RGB
CMYK
RGB Variations
Color information
#62759D (or 0x62759D) is known color: Waikawa Grey. HEX triplet: 62, 75 and 9D. RGB value is (98,117,157). Sum of RGB (Red+Green+Blue) = 98+117+157=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #62759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62759D is #9D8A62. Grayscale: #737373. Windows color (decimal): -10324579 or 10319202. OLE color: 10319202.
HSL color Cylindrical-coordinate representation of color #62759D: hue angle of 220.68º 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 #62759D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 117 | 157 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.38 |
| HSL | 220.68º | 0.23% | 0.5% | - |
| HSV(B) | 220.68º | 0.38% | 0.62% | - |
| XYZ | 17.48 | 17.75 | 34.4 | - |
| YUV | 115.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 157 | 0.38 | 0.25 | 0 | 0.38 | 220.68 | 0.23 | 0.5 |
| Hex | 62 | 75 | 9D | 26 | 19 | 0 | 26 | DD | 17 | 32 |
| Octal | 142 | 165 | 235 | 46 | 31 | 0 | 46 | 335 | 27 | 62 |
| Binary | 1100010 | 1110101 | 10011101 | 100110 | 11001 | 0 | 100110 | 11011101 | 10111 | 110010 |
Color Harmonies of #62759D
Complementary color
Monochromatic Colors of #62759D
Black with #62759D
Text Example
Text Example
White with #62759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62759D; }
p { color: rgb(98,117,157); }
H1.HeaderClassName
{
color: #62759D;
}
.AnyTagClassName
{
color: #62759D;
}
</style>
background-color css
<style>
a { background-color: #62759D; }
a { background-color: rgb(98,117,157); }
div.DivClassName
{
background-color: #62759D;
}
.BgClassName
{
background-color: #62759D;
}
</style>
border-color css
<style>
span { border-color: #62759D; }
span { border-color: rgb(98,117,157); }
td.TdClassName
{
border-color: #62759D;
}
.TagClassName
{
border-color: #62759D;
}
</style>