Shades of Waikawa Grey #626E96
Tints of Waikawa Grey #626E96
RGB
CMYK
RGB Variations
Color information
#626E96 (or 0x626E96) is known color: Waikawa Grey. HEX triplet: 62, 6E and 96. RGB value is (98,110,150). Sum of RGB (Red+Green+Blue) = 98+110+150=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #626E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E96 is #9D9169. Grayscale: #6E6E6E. Windows color (decimal): -10326378 or 9858658. OLE color: 9858658.
HSL color Cylindrical-coordinate representation of color #626E96: hue angle of 226.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626E96 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 98 | 110 | 150 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.41 |
| HSL | 226.15º | 0.21% | 0.49% | - |
| HSV(B) | 226.15º | 0.35% | 0.59% | - |
| XYZ | 16.12 | 15.95 | 31.08 | - |
| YUV | 110.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 150 | 0.35 | 0.27 | 0 | 0.41 | 226.15 | 0.21 | 0.49 |
| Hex | 62 | 6E | 96 | 23 | 1B | 0 | 29 | E2 | 15 | 31 |
| Octal | 142 | 156 | 226 | 43 | 33 | 0 | 51 | 342 | 25 | 61 |
| Binary | 1100010 | 1101110 | 10010110 | 100011 | 11011 | 0 | 101001 | 11100010 | 10101 | 110001 |
Color Harmonies of #626E96
Complementary color
Monochromatic Colors of #626E96
Black with #626E96
Text Example
Text Example
White with #626E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E96; }
p { color: rgb(98,110,150); }
H1.HeaderClassName
{
color: #626E96;
}
.AnyTagClassName
{
color: #626E96;
}
</style>
background-color css
<style>
a { background-color: #626E96; }
a { background-color: rgb(98,110,150); }
div.DivClassName
{
background-color: #626E96;
}
.BgClassName
{
background-color: #626E96;
}
</style>
border-color css
<style>
span { border-color: #626E96; }
span { border-color: rgb(98,110,150); }
td.TdClassName
{
border-color: #626E96;
}
.TagClassName
{
border-color: #626E96;
}
</style>