Shades of Waikawa Grey #626B8E
Tints of Waikawa Grey #626B8E
RGB
CMYK
RGB Variations
Color information
#626B8E (or 0x626B8E) is known color: Waikawa Grey. HEX triplet: 62, 6B and 8E. RGB value is (98,107,142). Sum of RGB (Red+Green+Blue) = 98+107+142=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #626B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626B8E is #9D9471. Grayscale: #6C6C6C. Windows color (decimal): -10327154 or 9333602. OLE color: 9333602.
HSL color Cylindrical-coordinate representation of color #626B8E: hue angle of 227.73º 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 #626B8E is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 107 | 142 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.44 |
| HSL | 227.73º | 0.18% | 0.47% | - |
| HSV(B) | 227.73º | 0.31% | 0.56% | - |
| XYZ | 15.18 | 15.07 | 27.7 | - |
| YUV | 108.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 142 | 0.31 | 0.25 | 0 | 0.44 | 227.73 | 0.18 | 0.47 |
| Hex | 62 | 6B | 8E | 1F | 19 | 0 | 2C | E4 | 12 | 2F |
| Octal | 142 | 153 | 216 | 37 | 31 | 0 | 54 | 344 | 22 | 57 |
| Binary | 1100010 | 1101011 | 10001110 | 11111 | 11001 | 0 | 101100 | 11100100 | 10010 | 101111 |
Color Harmonies of #626B8E
Complementary color
Monochromatic Colors of #626B8E
Black with #626B8E
Text Example
Text Example
White with #626B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B8E; }
p { color: rgb(98,107,142); }
H1.HeaderClassName
{
color: #626B8E;
}
.AnyTagClassName
{
color: #626B8E;
}
</style>
background-color css
<style>
a { background-color: #626B8E; }
a { background-color: rgb(98,107,142); }
div.DivClassName
{
background-color: #626B8E;
}
.BgClassName
{
background-color: #626B8E;
}
</style>
border-color css
<style>
span { border-color: #626B8E; }
span { border-color: rgb(98,107,142); }
td.TdClassName
{
border-color: #626B8E;
}
.TagClassName
{
border-color: #626B8E;
}
</style>