Shades of Waikawa Grey #626A8D
Tints of Waikawa Grey #626A8D
RGB
CMYK
RGB Variations
Color information
#626A8D (or 0x626A8D) is known color: Waikawa Grey. HEX triplet: 62, 6A and 8D. RGB value is (98,106,141). Sum of RGB (Red+Green+Blue) = 98+106+141=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #626A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A8D is #9D9572. Grayscale: #6B6B6B. Windows color (decimal): -10327411 or 9267810. OLE color: 9267810.
HSL color Cylindrical-coordinate representation of color #626A8D: hue angle of 228.84º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626A8D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 106 | 141 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.45 |
| HSL | 228.84º | 0.18% | 0.47% | - |
| HSV(B) | 228.84º | 0.3% | 0.55% | - |
| XYZ | 15 | 14.83 | 27.27 | - |
| YUV | 107.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 141 | 0.30 | 0.25 | 0 | 0.45 | 228.84 | 0.18 | 0.47 |
| Hex | 62 | 6A | 8D | 1E | 19 | 0 | 2D | E5 | 12 | 2F |
| Octal | 142 | 152 | 215 | 36 | 31 | 0 | 55 | 345 | 22 | 57 |
| Binary | 1100010 | 1101010 | 10001101 | 11110 | 11001 | 0 | 101101 | 11100101 | 10010 | 101111 |
Color Harmonies of #626A8D
Complementary color
Monochromatic Colors of #626A8D
Black with #626A8D
Text Example
Text Example
White with #626A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A8D; }
p { color: rgb(98,106,141); }
H1.HeaderClassName
{
color: #626A8D;
}
.AnyTagClassName
{
color: #626A8D;
}
</style>
background-color css
<style>
a { background-color: #626A8D; }
a { background-color: rgb(98,106,141); }
div.DivClassName
{
background-color: #626A8D;
}
.BgClassName
{
background-color: #626A8D;
}
</style>
border-color css
<style>
span { border-color: #626A8D; }
span { border-color: rgb(98,106,141); }
td.TdClassName
{
border-color: #626A8D;
}
.TagClassName
{
border-color: #626A8D;
}
</style>