Shades of Waikawa Grey #626A8E
Tints of Waikawa Grey #626A8E
RGB
CMYK
RGB Variations
Color information
#626A8E (or 0x626A8E) is known color: Waikawa Grey. HEX triplet: 62, 6A and 8E. RGB value is (98,106,142). Sum of RGB (Red+Green+Blue) = 98+106+142=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 142 - color contains mainly: blue. Hex color #626A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A8E is #9D9571. Grayscale: #6B6B6B. Windows color (decimal): -10327410 or 9333346. OLE color: 9333346.
HSL color Cylindrical-coordinate representation of color #626A8E: hue angle of 229.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #626A8E is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 106 | 142 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.44 |
| HSL | 229.09º | 0.18% | 0.47% | - |
| HSV(B) | 229.09º | 0.31% | 0.56% | - |
| XYZ | 15.07 | 14.86 | 27.66 | - |
| YUV | 107.71 | 147.35 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 142 | 0.31 | 0.25 | 0 | 0.44 | 229.09 | 0.18 | 0.47 |
| Hex | 62 | 6A | 8E | 1F | 19 | 0 | 2C | E5 | 12 | 2F |
| Octal | 142 | 152 | 216 | 37 | 31 | 0 | 54 | 345 | 22 | 57 |
| Binary | 1100010 | 1101010 | 10001110 | 11111 | 11001 | 0 | 101100 | 11100101 | 10010 | 101111 |
Color Harmonies of #626A8E
Complementary color
Monochromatic Colors of #626A8E
Black with #626A8E
Text Example
Text Example
White with #626A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A8E; }
p { color: rgb(98,106,142); }
H1.HeaderClassName
{
color: #626A8E;
}
.AnyTagClassName
{
color: #626A8E;
}
</style>
background-color css
<style>
a { background-color: #626A8E; }
a { background-color: rgb(98,106,142); }
div.DivClassName
{
background-color: #626A8E;
}
.BgClassName
{
background-color: #626A8E;
}
</style>
border-color css
<style>
span { border-color: #626A8E; }
span { border-color: rgb(98,106,142); }
td.TdClassName
{
border-color: #626A8E;
}
.TagClassName
{
border-color: #626A8E;
}
</style>