Shades of Waikawa Grey #626C8E
Tints of Waikawa Grey #626C8E
RGB
CMYK
RGB Variations
Color information
#626C8E (or 0x626C8E) is known color: Waikawa Grey. HEX triplet: 62, 6C and 8E. RGB value is (98,108,142). Sum of RGB (Red+Green+Blue) = 98+108+142=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #626C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626C8E is #9D9371. Grayscale: #6C6C6C. Windows color (decimal): -10326898 or 9333858. OLE color: 9333858.
HSL color Cylindrical-coordinate representation of color #626C8E: hue angle of 226.36º 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 #626C8E is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 108 | 142 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.44 |
| HSL | 226.36º | 0.18% | 0.47% | - |
| HSV(B) | 226.36º | 0.31% | 0.56% | - |
| XYZ | 15.28 | 15.27 | 27.73 | - |
| YUV | 108.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 142 | 0.31 | 0.24 | 0 | 0.44 | 226.36 | 0.18 | 0.47 |
| Hex | 62 | 6C | 8E | 1F | 18 | 0 | 2C | E2 | 12 | 2F |
| Octal | 142 | 154 | 216 | 37 | 30 | 0 | 54 | 342 | 22 | 57 |
| Binary | 1100010 | 1101100 | 10001110 | 11111 | 11000 | 0 | 101100 | 11100010 | 10010 | 101111 |
Color Harmonies of #626C8E
Complementary color
Monochromatic Colors of #626C8E
Black with #626C8E
Text Example
Text Example
White with #626C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C8E; }
p { color: rgb(98,108,142); }
H1.HeaderClassName
{
color: #626C8E;
}
.AnyTagClassName
{
color: #626C8E;
}
</style>
background-color css
<style>
a { background-color: #626C8E; }
a { background-color: rgb(98,108,142); }
div.DivClassName
{
background-color: #626C8E;
}
.BgClassName
{
background-color: #626C8E;
}
</style>
border-color css
<style>
span { border-color: #626C8E; }
span { border-color: rgb(98,108,142); }
td.TdClassName
{
border-color: #626C8E;
}
.TagClassName
{
border-color: #626C8E;
}
</style>