Shades of Waikawa Grey #62789B
Tints of Waikawa Grey #62789B
RGB
CMYK
RGB Variations
Color information
#62789B (or 0x62789B) is known color: Waikawa Grey. HEX triplet: 62, 78 and 9B. RGB value is (98,120,155). Sum of RGB (Red+Green+Blue) = 98+120+155=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 155 - color contains mainly: blue. Hex color #62789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62789B is #9D8764. Grayscale: #757575. Windows color (decimal): -10323813 or 10188898. OLE color: 10188898.
HSL color Cylindrical-coordinate representation of color #62789B: hue angle of 216.84º 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 #62789B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 120 | 155 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.39 |
| HSL | 216.84º | 0.23% | 0.5% | - |
| HSV(B) | 216.84º | 0.37% | 0.61% | - |
| XYZ | 17.67 | 18.4 | 33.63 | - |
| YUV | 117.41 | 149.21 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 155 | 0.37 | 0.23 | 0 | 0.39 | 216.84 | 0.23 | 0.5 |
| Hex | 62 | 78 | 9B | 25 | 17 | 0 | 27 | D9 | 17 | 32 |
| Octal | 142 | 170 | 233 | 45 | 27 | 0 | 47 | 331 | 27 | 62 |
| Binary | 1100010 | 1111000 | 10011011 | 100101 | 10111 | 0 | 100111 | 11011001 | 10111 | 110010 |
Color Harmonies of #62789B
Complementary color
Monochromatic Colors of #62789B
Black with #62789B
Text Example
Text Example
White with #62789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62789B; }
p { color: rgb(98,120,155); }
H1.HeaderClassName
{
color: #62789B;
}
.AnyTagClassName
{
color: #62789B;
}
</style>
background-color css
<style>
a { background-color: #62789B; }
a { background-color: rgb(98,120,155); }
div.DivClassName
{
background-color: #62789B;
}
.BgClassName
{
background-color: #62789B;
}
</style>
border-color css
<style>
span { border-color: #62789B; }
span { border-color: rgb(98,120,155); }
td.TdClassName
{
border-color: #62789B;
}
.TagClassName
{
border-color: #62789B;
}
</style>