Shades of Waikawa Grey #626D9E
Tints of Waikawa Grey #626D9E
RGB
CMYK
RGB Variations
Color information
#626D9E (or 0x626D9E) is known color: Waikawa Grey. HEX triplet: 62, 6D and 9E. RGB value is (98,109,158). Sum of RGB (Red+Green+Blue) = 98+109+158=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #626D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626D9E is #9D9261. Grayscale: #6F6F6F. Windows color (decimal): -10326626 or 10382690. OLE color: 10382690.
HSL color Cylindrical-coordinate representation of color #626D9E: hue angle of 229º 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 #626D9E is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 109 | 158 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.38 |
| HSL | 229º | 0.24% | 0.5% | - |
| HSV(B) | 229º | 0.38% | 0.62% | - |
| XYZ | 16.68 | 16 | 34.56 | - |
| YUV | 111.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 158 | 0.38 | 0.31 | 0 | 0.38 | 229 | 0.24 | 0.5 |
| Hex | 62 | 6D | 9E | 26 | 1F | 0 | 26 | E5 | 18 | 32 |
| Octal | 142 | 155 | 236 | 46 | 37 | 0 | 46 | 345 | 30 | 62 |
| Binary | 1100010 | 1101101 | 10011110 | 100110 | 11111 | 0 | 100110 | 11100101 | 11000 | 110010 |
Color Harmonies of #626D9E
Complementary color
Monochromatic Colors of #626D9E
Black with #626D9E
Text Example
Text Example
White with #626D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626D9E; }
p { color: rgb(98,109,158); }
H1.HeaderClassName
{
color: #626D9E;
}
.AnyTagClassName
{
color: #626D9E;
}
</style>
background-color css
<style>
a { background-color: #626D9E; }
a { background-color: rgb(98,109,158); }
div.DivClassName
{
background-color: #626D9E;
}
.BgClassName
{
background-color: #626D9E;
}
</style>
border-color css
<style>
span { border-color: #626D9E; }
span { border-color: rgb(98,109,158); }
td.TdClassName
{
border-color: #626D9E;
}
.TagClassName
{
border-color: #626D9E;
}
</style>