Shades of Waikawa Grey #626B90
Tints of Waikawa Grey #626B90
RGB
CMYK
RGB Variations
Color information
#626B90 (or 0x626B90) is known color: Waikawa Grey. HEX triplet: 62, 6B and 90. RGB value is (98,107,144). Sum of RGB (Red+Green+Blue) = 98+107+144=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #626B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B90 is #9D946F. Grayscale: #6C6C6C. Windows color (decimal): -10327152 or 9464674. OLE color: 9464674.
HSL color Cylindrical-coordinate representation of color #626B90: hue angle of 228.26º 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 #626B90 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 107 | 144 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.44 |
| HSL | 228.26º | 0.19% | 0.47% | - |
| HSV(B) | 228.26º | 0.32% | 0.56% | - |
| XYZ | 15.33 | 15.13 | 28.5 | - |
| YUV | 108.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 144 | 0.32 | 0.26 | 0 | 0.44 | 228.26 | 0.19 | 0.47 |
| Hex | 62 | 6B | 90 | 20 | 1A | 0 | 2C | E4 | 13 | 2F |
| Octal | 142 | 153 | 220 | 40 | 32 | 0 | 54 | 344 | 23 | 57 |
| Binary | 1100010 | 1101011 | 10010000 | 100000 | 11010 | 0 | 101100 | 11100100 | 10011 | 101111 |
Color Harmonies of #626B90
Complementary color
Monochromatic Colors of #626B90
Black with #626B90
Text Example
Text Example
White with #626B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B90; }
p { color: rgb(98,107,144); }
H1.HeaderClassName
{
color: #626B90;
}
.AnyTagClassName
{
color: #626B90;
}
</style>
background-color css
<style>
a { background-color: #626B90; }
a { background-color: rgb(98,107,144); }
div.DivClassName
{
background-color: #626B90;
}
.BgClassName
{
background-color: #626B90;
}
</style>
border-color css
<style>
span { border-color: #626B90; }
span { border-color: rgb(98,107,144); }
td.TdClassName
{
border-color: #626B90;
}
.TagClassName
{
border-color: #626B90;
}
</style>