Shades of Waikawa Grey #626E88
Tints of Waikawa Grey #626E88
RGB
CMYK
RGB Variations
Color information
#626E88 (or 0x626E88) is known color: Waikawa Grey. HEX triplet: 62, 6E and 88. RGB value is (98,110,136). Sum of RGB (Red+Green+Blue) = 98+110+136=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #626E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E88 is #9D9177. Grayscale: #6D6D6D. Windows color (decimal): -10326392 or 8941154. OLE color: 8941154.
HSL color Cylindrical-coordinate representation of color #626E88: hue angle of 221.05º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626E88 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 110 | 136 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.47 |
| HSL | 221.05º | 0.16% | 0.46% | - |
| HSV(B) | 221.05º | 0.28% | 0.53% | - |
| XYZ | 15.06 | 15.53 | 25.5 | - |
| YUV | 109.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 136 | 0.28 | 0.19 | 0 | 0.47 | 221.05 | 0.16 | 0.46 |
| Hex | 62 | 6E | 88 | 1C | 13 | 0 | 2F | DD | 10 | 2E |
| Octal | 142 | 156 | 210 | 34 | 23 | 0 | 57 | 335 | 20 | 56 |
| Binary | 1100010 | 1101110 | 10001000 | 11100 | 10011 | 0 | 101111 | 11011101 | 10000 | 101110 |
Color Harmonies of #626E88
Complementary color
Monochromatic Colors of #626E88
Black with #626E88
Text Example
Text Example
White with #626E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E88; }
p { color: rgb(98,110,136); }
H1.HeaderClassName
{
color: #626E88;
}
.AnyTagClassName
{
color: #626E88;
}
</style>
background-color css
<style>
a { background-color: #626E88; }
a { background-color: rgb(98,110,136); }
div.DivClassName
{
background-color: #626E88;
}
.BgClassName
{
background-color: #626E88;
}
</style>
border-color css
<style>
span { border-color: #626E88; }
span { border-color: rgb(98,110,136); }
td.TdClassName
{
border-color: #626E88;
}
.TagClassName
{
border-color: #626E88;
}
</style>