Shades of Waikawa Grey #626E9B
Tints of Waikawa Grey #626E9B
RGB
CMYK
RGB Variations
Color information
#626E9B (or 0x626E9B) is known color: Waikawa Grey. HEX triplet: 62, 6E and 9B. RGB value is (98,110,155). Sum of RGB (Red+Green+Blue) = 98+110+155=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #626E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E9B is #9D9164. Grayscale: #6F6F6F. Windows color (decimal): -10326373 or 10186338. OLE color: 10186338.
HSL color Cylindrical-coordinate representation of color #626E9B: hue angle of 227.37º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #626E9B is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 110 | 155 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.39 |
| HSL | 227.37º | 0.23% | 0.5% | - |
| HSV(B) | 227.37º | 0.37% | 0.61% | - |
| XYZ | 16.53 | 16.12 | 33.25 | - |
| YUV | 111.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 155 | 0.37 | 0.29 | 0 | 0.39 | 227.37 | 0.23 | 0.5 |
| Hex | 62 | 6E | 9B | 25 | 1D | 0 | 27 | E3 | 17 | 32 |
| Octal | 142 | 156 | 233 | 45 | 35 | 0 | 47 | 343 | 27 | 62 |
| Binary | 1100010 | 1101110 | 10011011 | 100101 | 11101 | 0 | 100111 | 11100011 | 10111 | 110010 |
Color Harmonies of #626E9B
Complementary color
Monochromatic Colors of #626E9B
Black with #626E9B
Text Example
Text Example
White with #626E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E9B; }
p { color: rgb(98,110,155); }
H1.HeaderClassName
{
color: #626E9B;
}
.AnyTagClassName
{
color: #626E9B;
}
</style>
background-color css
<style>
a { background-color: #626E9B; }
a { background-color: rgb(98,110,155); }
div.DivClassName
{
background-color: #626E9B;
}
.BgClassName
{
background-color: #626E9B;
}
</style>
border-color css
<style>
span { border-color: #626E9B; }
span { border-color: rgb(98,110,155); }
td.TdClassName
{
border-color: #626E9B;
}
.TagClassName
{
border-color: #626E9B;
}
</style>