Shades of Waikawa Grey #626E9F
Tints of Waikawa Grey #626E9F
RGB
CMYK
RGB Variations
Color information
#626E9F (or 0x626E9F) is known color: Waikawa Grey. HEX triplet: 62, 6E and 9F. RGB value is (98,110,159). Sum of RGB (Red+Green+Blue) = 98+110+159=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #626E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E9F is #9D9160. Grayscale: #6F6F6F. Windows color (decimal): -10326369 or 10448482. OLE color: 10448482.
HSL color Cylindrical-coordinate representation of color #626E9F: hue angle of 228.2º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #626E9F is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 110 | 159 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.38 |
| HSL | 228.2º | 0.24% | 0.5% | - |
| HSV(B) | 228.2º | 0.38% | 0.62% | - |
| XYZ | 16.87 | 16.25 | 35.05 | - |
| YUV | 112 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 159 | 0.38 | 0.31 | 0 | 0.38 | 228.2 | 0.24 | 0.5 |
| Hex | 62 | 6E | 9F | 26 | 1F | 0 | 26 | E4 | 18 | 32 |
| Octal | 142 | 156 | 237 | 46 | 37 | 0 | 46 | 344 | 30 | 62 |
| Binary | 1100010 | 1101110 | 10011111 | 100110 | 11111 | 0 | 100110 | 11100100 | 11000 | 110010 |
Color Harmonies of #626E9F
Complementary color
Monochromatic Colors of #626E9F
Black with #626E9F
Text Example
Text Example
White with #626E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E9F; }
p { color: rgb(98,110,159); }
H1.HeaderClassName
{
color: #626E9F;
}
.AnyTagClassName
{
color: #626E9F;
}
</style>
background-color css
<style>
a { background-color: #626E9F; }
a { background-color: rgb(98,110,159); }
div.DivClassName
{
background-color: #626E9F;
}
.BgClassName
{
background-color: #626E9F;
}
</style>
border-color css
<style>
span { border-color: #626E9F; }
span { border-color: rgb(98,110,159); }
td.TdClassName
{
border-color: #626E9F;
}
.TagClassName
{
border-color: #626E9F;
}
</style>