Shades of Waikawa Grey #626E9D
Tints of Waikawa Grey #626E9D
RGB
CMYK
RGB Variations
Color information
#626E9D (or 0x626E9D) is known color: Waikawa Grey. HEX triplet: 62, 6E and 9D. RGB value is (98,110,157). Sum of RGB (Red+Green+Blue) = 98+110+157=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #626E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E9D is #9D9162. Grayscale: #6F6F6F. Windows color (decimal): -10326371 or 10317410. OLE color: 10317410.
HSL color Cylindrical-coordinate representation of color #626E9D: hue angle of 227.8º degrees, saturation: 0.23, 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 #626E9D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 110 | 157 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.38 |
| HSL | 227.8º | 0.23% | 0.5% | - |
| HSV(B) | 227.8º | 0.38% | 0.62% | - |
| XYZ | 16.7 | 16.18 | 34.14 | - |
| YUV | 111.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 157 | 0.38 | 0.30 | 0 | 0.38 | 227.8 | 0.23 | 0.5 |
| Hex | 62 | 6E | 9D | 26 | 1E | 0 | 26 | E4 | 17 | 32 |
| Octal | 142 | 156 | 235 | 46 | 36 | 0 | 46 | 344 | 27 | 62 |
| Binary | 1100010 | 1101110 | 10011101 | 100110 | 11110 | 0 | 100110 | 11100100 | 10111 | 110010 |
Color Harmonies of #626E9D
Complementary color
Monochromatic Colors of #626E9D
Black with #626E9D
Text Example
Text Example
White with #626E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E9D; }
p { color: rgb(98,110,157); }
H1.HeaderClassName
{
color: #626E9D;
}
.AnyTagClassName
{
color: #626E9D;
}
</style>
background-color css
<style>
a { background-color: #626E9D; }
a { background-color: rgb(98,110,157); }
div.DivClassName
{
background-color: #626E9D;
}
.BgClassName
{
background-color: #626E9D;
}
</style>
border-color css
<style>
span { border-color: #626E9D; }
span { border-color: rgb(98,110,157); }
td.TdClassName
{
border-color: #626E9D;
}
.TagClassName
{
border-color: #626E9D;
}
</style>