Shades of Waikawa Grey #626E9C
Tints of Waikawa Grey #626E9C
RGB
CMYK
RGB Variations
Color information
#626E9C (or 0x626E9C) is known color: Waikawa Grey. HEX triplet: 62, 6E and 9C. RGB value is (98,110,156). Sum of RGB (Red+Green+Blue) = 98+110+156=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #626E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E9C is #9D9163. Grayscale: #6F6F6F. Windows color (decimal): -10326372 or 10251874. OLE color: 10251874.
HSL color Cylindrical-coordinate representation of color #626E9C: hue angle of 227.59º 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 #626E9C is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 110 | 156 | - |
| CMYK | 0.37 | 0.29 | 0 | 0.39 |
| HSL | 227.59º | 0.23% | 0.5% | - |
| HSV(B) | 227.59º | 0.37% | 0.61% | - |
| XYZ | 16.61 | 16.15 | 33.69 | - |
| YUV | 111.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 156 | 0.37 | 0.29 | 0 | 0.39 | 227.59 | 0.23 | 0.5 |
| Hex | 62 | 6E | 9C | 25 | 1D | 0 | 27 | E4 | 17 | 32 |
| Octal | 142 | 156 | 234 | 45 | 35 | 0 | 47 | 344 | 27 | 62 |
| Binary | 1100010 | 1101110 | 10011100 | 100101 | 11101 | 0 | 100111 | 11100100 | 10111 | 110010 |
Color Harmonies of #626E9C
Complementary color
Monochromatic Colors of #626E9C
Black with #626E9C
Text Example
Text Example
White with #626E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E9C; }
p { color: rgb(98,110,156); }
H1.HeaderClassName
{
color: #626E9C;
}
.AnyTagClassName
{
color: #626E9C;
}
</style>
background-color css
<style>
a { background-color: #626E9C; }
a { background-color: rgb(98,110,156); }
div.DivClassName
{
background-color: #626E9C;
}
.BgClassName
{
background-color: #626E9C;
}
</style>
border-color css
<style>
span { border-color: #626E9C; }
span { border-color: rgb(98,110,156); }
td.TdClassName
{
border-color: #626E9C;
}
.TagClassName
{
border-color: #626E9C;
}
</style>