Shades of Waikawa Grey #626E8F
Tints of Waikawa Grey #626E8F
RGB
CMYK
RGB Variations
Color information
#626E8F (or 0x626E8F) is known color: Waikawa Grey. HEX triplet: 62, 6E and 8F. RGB value is (98,110,143). Sum of RGB (Red+Green+Blue) = 98+110+143=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #626E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E8F is #9D9170. Grayscale: #6E6E6E. Windows color (decimal): -10326385 or 9399906. OLE color: 9399906.
HSL color Cylindrical-coordinate representation of color #626E8F: hue angle of 224º degrees, saturation: 0.19, 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 #626E8F is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 110 | 143 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.44 |
| HSL | 224º | 0.19% | 0.47% | - |
| HSV(B) | 224º | 0.31% | 0.56% | - |
| XYZ | 15.57 | 15.73 | 28.2 | - |
| YUV | 110.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 143 | 0.31 | 0.23 | 0 | 0.44 | 224 | 0.19 | 0.47 |
| Hex | 62 | 6E | 8F | 1F | 17 | 0 | 2C | E0 | 13 | 2F |
| Octal | 142 | 156 | 217 | 37 | 27 | 0 | 54 | 340 | 23 | 57 |
| Binary | 1100010 | 1101110 | 10001111 | 11111 | 10111 | 0 | 101100 | 11100000 | 10011 | 101111 |
Color Harmonies of #626E8F
Complementary color
Monochromatic Colors of #626E8F
Black with #626E8F
Text Example
Text Example
White with #626E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E8F; }
p { color: rgb(98,110,143); }
H1.HeaderClassName
{
color: #626E8F;
}
.AnyTagClassName
{
color: #626E8F;
}
</style>
background-color css
<style>
a { background-color: #626E8F; }
a { background-color: rgb(98,110,143); }
div.DivClassName
{
background-color: #626E8F;
}
.BgClassName
{
background-color: #626E8F;
}
</style>
border-color css
<style>
span { border-color: #626E8F; }
span { border-color: rgb(98,110,143); }
td.TdClassName
{
border-color: #626E8F;
}
.TagClassName
{
border-color: #626E8F;
}
</style>