Shades of Waikawa Grey #626F9B
Tints of Waikawa Grey #626F9B
RGB
CMYK
RGB Variations
Color information
#626F9B (or 0x626F9B) is known color: Waikawa Grey. HEX triplet: 62, 6F and 9B. RGB value is (98,111,155). Sum of RGB (Red+Green+Blue) = 98+111+155=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #626F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626F9B is #9D9064. Grayscale: #6F6F6F. Windows color (decimal): -10326117 or 10186594. OLE color: 10186594.
HSL color Cylindrical-coordinate representation of color #626F9B: hue angle of 226.32º 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 #626F9B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 111 | 155 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.39 |
| HSL | 226.32º | 0.23% | 0.5% | - |
| HSV(B) | 226.32º | 0.37% | 0.61% | - |
| XYZ | 16.64 | 16.33 | 33.29 | - |
| YUV | 112.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 155 | 0.37 | 0.28 | 0 | 0.39 | 226.32 | 0.23 | 0.5 |
| Hex | 62 | 6F | 9B | 25 | 1C | 0 | 27 | E2 | 17 | 32 |
| Octal | 142 | 157 | 233 | 45 | 34 | 0 | 47 | 342 | 27 | 62 |
| Binary | 1100010 | 1101111 | 10011011 | 100101 | 11100 | 0 | 100111 | 11100010 | 10111 | 110010 |
Color Harmonies of #626F9B
Complementary color
Monochromatic Colors of #626F9B
Black with #626F9B
Text Example
Text Example
White with #626F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626F9B; }
p { color: rgb(98,111,155); }
H1.HeaderClassName
{
color: #626F9B;
}
.AnyTagClassName
{
color: #626F9B;
}
</style>
background-color css
<style>
a { background-color: #626F9B; }
a { background-color: rgb(98,111,155); }
div.DivClassName
{
background-color: #626F9B;
}
.BgClassName
{
background-color: #626F9B;
}
</style>
border-color css
<style>
span { border-color: #626F9B; }
span { border-color: rgb(98,111,155); }
td.TdClassName
{
border-color: #626F9B;
}
.TagClassName
{
border-color: #626F9B;
}
</style>