Shades of Waikawa Grey #626E8B
Tints of Waikawa Grey #626E8B
RGB
CMYK
RGB Variations
Color information
#626E8B (or 0x626E8B) is known color: Waikawa Grey. HEX triplet: 62, 6E and 8B. RGB value is (98,110,139). Sum of RGB (Red+Green+Blue) = 98+110+139=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #626E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E8B is #9D9174. Grayscale: #6D6D6D. Windows color (decimal): -10326389 or 9137762. OLE color: 9137762.
HSL color Cylindrical-coordinate representation of color #626E8B: hue angle of 222.44º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #626E8B is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 110 | 139 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.45 |
| HSL | 222.44º | 0.17% | 0.46% | - |
| HSV(B) | 222.44º | 0.29% | 0.55% | - |
| XYZ | 15.27 | 15.61 | 26.63 | - |
| YUV | 109.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 139 | 0.29 | 0.21 | 0 | 0.45 | 222.44 | 0.17 | 0.46 |
| Hex | 62 | 6E | 8B | 1D | 15 | 0 | 2D | DE | 11 | 2E |
| Octal | 142 | 156 | 213 | 35 | 25 | 0 | 55 | 336 | 21 | 56 |
| Binary | 1100010 | 1101110 | 10001011 | 11101 | 10101 | 0 | 101101 | 11011110 | 10001 | 101110 |
Color Harmonies of #626E8B
Complementary color
Monochromatic Colors of #626E8B
Black with #626E8B
Text Example
Text Example
White with #626E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626E8B; }
p { color: rgb(98,110,139); }
H1.HeaderClassName
{
color: #626E8B;
}
.AnyTagClassName
{
color: #626E8B;
}
</style>
background-color css
<style>
a { background-color: #626E8B; }
a { background-color: rgb(98,110,139); }
div.DivClassName
{
background-color: #626E8B;
}
.BgClassName
{
background-color: #626E8B;
}
</style>
border-color css
<style>
span { border-color: #626E8B; }
span { border-color: rgb(98,110,139); }
td.TdClassName
{
border-color: #626E8B;
}
.TagClassName
{
border-color: #626E8B;
}
</style>