Shades of Waikawa Grey #626F90
Tints of Waikawa Grey #626F90
RGB
CMYK
RGB Variations
Color information
#626F90 (or 0x626F90) is known color: Waikawa Grey. HEX triplet: 62, 6F and 90. RGB value is (98,111,144). Sum of RGB (Red+Green+Blue) = 98+111+144=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #626F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F90 is #9D906F. Grayscale: #6E6E6E. Windows color (decimal): -10326128 or 9465698. OLE color: 9465698.
HSL color Cylindrical-coordinate representation of color #626F90: hue angle of 223.04º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626F90 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 111 | 144 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.44 |
| HSL | 223.04º | 0.19% | 0.47% | - |
| HSV(B) | 223.04º | 0.32% | 0.56% | - |
| XYZ | 15.76 | 15.98 | 28.64 | - |
| YUV | 110.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 144 | 0.32 | 0.23 | 0 | 0.44 | 223.04 | 0.19 | 0.47 |
| Hex | 62 | 6F | 90 | 20 | 17 | 0 | 2C | DF | 13 | 2F |
| Octal | 142 | 157 | 220 | 40 | 27 | 0 | 54 | 337 | 23 | 57 |
| Binary | 1100010 | 1101111 | 10010000 | 100000 | 10111 | 0 | 101100 | 11011111 | 10011 | 101111 |
Color Harmonies of #626F90
Complementary color
Monochromatic Colors of #626F90
Black with #626F90
Text Example
Text Example
White with #626F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F90; }
p { color: rgb(98,111,144); }
H1.HeaderClassName
{
color: #626F90;
}
.AnyTagClassName
{
color: #626F90;
}
</style>
background-color css
<style>
a { background-color: #626F90; }
a { background-color: rgb(98,111,144); }
div.DivClassName
{
background-color: #626F90;
}
.BgClassName
{
background-color: #626F90;
}
</style>
border-color css
<style>
span { border-color: #626F90; }
span { border-color: rgb(98,111,144); }
td.TdClassName
{
border-color: #626F90;
}
.TagClassName
{
border-color: #626F90;
}
</style>