Shades of Waikawa Grey #626A81
Tints of Waikawa Grey #626A81
RGB
CMYK
RGB Variations
Color information
#626A81 (or 0x626A81) is known color: Waikawa Grey. HEX triplet: 62, 6A and 81. RGB value is (98,106,129). Sum of RGB (Red+Green+Blue) = 98+106+129=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 129 - color contains mainly: blue. Hex color #626A81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626A81 is #9D957E. Grayscale: #6A6A6A. Windows color (decimal): -10327423 or 8481378. OLE color: 8481378.
HSL color Cylindrical-coordinate representation of color #626A81: hue angle of 224.52º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #626A81 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 106 | 129 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.49 |
| HSL | 224.52º | 0.14% | 0.45% | - |
| HSV(B) | 224.52º | 0.24% | 0.51% | - |
| XYZ | 14.15 | 14.49 | 22.82 | - |
| YUV | 106.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 129 | 0.24 | 0.18 | 0 | 0.49 | 224.52 | 0.14 | 0.45 |
| Hex | 62 | 6A | 81 | 18 | 12 | 0 | 31 | E1 | E | 2D |
| Octal | 142 | 152 | 201 | 30 | 22 | 0 | 61 | 341 | 16 | 55 |
| Binary | 1100010 | 1101010 | 10000001 | 11000 | 10010 | 0 | 110001 | 11100001 | 1110 | 101101 |
Color Harmonies of #626A81
Complementary color
Monochromatic Colors of #626A81
Black with #626A81
Text Example
Text Example
White with #626A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A81; }
p { color: rgb(98,106,129); }
H1.HeaderClassName
{
color: #626A81;
}
.AnyTagClassName
{
color: #626A81;
}
</style>
background-color css
<style>
a { background-color: #626A81; }
a { background-color: rgb(98,106,129); }
div.DivClassName
{
background-color: #626A81;
}
.BgClassName
{
background-color: #626A81;
}
</style>
border-color css
<style>
span { border-color: #626A81; }
span { border-color: rgb(98,106,129); }
td.TdClassName
{
border-color: #626A81;
}
.TagClassName
{
border-color: #626A81;
}
</style>