Shades of Waikawa Grey #637A9C
Tints of Waikawa Grey #637A9C
RGB
CMYK
RGB Variations
Color information
#637A9C (or 0x637A9C) is known color: Waikawa Grey. HEX triplet: 63, 7A and 9C. RGB value is (99,122,156). Sum of RGB (Red+Green+Blue) = 99+122+156=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #637A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637A9C is #9C8563. Grayscale: #767676. Windows color (decimal): -10257764 or 10254947. OLE color: 10254947.
HSL color Cylindrical-coordinate representation of color #637A9C: hue angle of 215.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #637A9C is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 122 | 156 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.39 |
| HSL | 215.79º | 0.22% | 0.5% | - |
| HSV(B) | 215.79º | 0.37% | 0.61% | - |
| XYZ | 18.11 | 18.97 | 34.16 | - |
| YUV | 119 | 148.88 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 156 | 0.37 | 0.22 | 0 | 0.39 | 215.79 | 0.22 | 0.5 |
| Hex | 63 | 7A | 9C | 25 | 16 | 0 | 27 | D8 | 16 | 32 |
| Octal | 143 | 172 | 234 | 45 | 26 | 0 | 47 | 330 | 26 | 62 |
| Binary | 1100011 | 1111010 | 10011100 | 100101 | 10110 | 0 | 100111 | 11011000 | 10110 | 110010 |
Color Harmonies of #637A9C
Complementary color
Monochromatic Colors of #637A9C
Black with #637A9C
Text Example
Text Example
White with #637A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A9C; }
p { color: rgb(99,122,156); }
H1.HeaderClassName
{
color: #637A9C;
}
.AnyTagClassName
{
color: #637A9C;
}
</style>
background-color css
<style>
a { background-color: #637A9C; }
a { background-color: rgb(99,122,156); }
div.DivClassName
{
background-color: #637A9C;
}
.BgClassName
{
background-color: #637A9C;
}
</style>
border-color css
<style>
span { border-color: #637A9C; }
span { border-color: rgb(99,122,156); }
td.TdClassName
{
border-color: #637A9C;
}
.TagClassName
{
border-color: #637A9C;
}
</style>