Shades of Waikawa Grey #626888
Tints of Waikawa Grey #626888
RGB
CMYK
RGB Variations
Color information
#626888 (or 0x626888) is known color: Waikawa Grey. HEX triplet: 62, 68 and 88. RGB value is (98,104,136). Sum of RGB (Red+Green+Blue) = 98+104+136=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #626888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626888 is #9D9777. Grayscale: #696969. Windows color (decimal): -10327928 or 8939618. OLE color: 8939618.
HSL color Cylindrical-coordinate representation of color #626888: hue angle of 230.53º 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 #626888 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 104 | 136 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.47 |
| HSL | 230.53º | 0.16% | 0.46% | - |
| HSV(B) | 230.53º | 0.28% | 0.53% | - |
| XYZ | 14.43 | 14.27 | 25.29 | - |
| YUV | 105.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 136 | 0.28 | 0.24 | 0 | 0.47 | 230.53 | 0.16 | 0.46 |
| Hex | 62 | 68 | 88 | 1C | 18 | 0 | 2F | E7 | 10 | 2E |
| Octal | 142 | 150 | 210 | 34 | 30 | 0 | 57 | 347 | 20 | 56 |
| Binary | 1100010 | 1101000 | 10001000 | 11100 | 11000 | 0 | 101111 | 11100111 | 10000 | 101110 |
Color Harmonies of #626888
Complementary color
Monochromatic Colors of #626888
Black with #626888
Text Example
Text Example
White with #626888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626888; }
p { color: rgb(98,104,136); }
H1.HeaderClassName
{
color: #626888;
}
.AnyTagClassName
{
color: #626888;
}
</style>
background-color css
<style>
a { background-color: #626888; }
a { background-color: rgb(98,104,136); }
div.DivClassName
{
background-color: #626888;
}
.BgClassName
{
background-color: #626888;
}
</style>
border-color css
<style>
span { border-color: #626888; }
span { border-color: rgb(98,104,136); }
td.TdClassName
{
border-color: #626888;
}
.TagClassName
{
border-color: #626888;
}
</style>