Shades of Waikawa Grey #637099
Tints of Waikawa Grey #637099
RGB
CMYK
RGB Variations
Color information
#637099 (or 0x637099) is known color: Waikawa Grey. HEX triplet: 63, 70 and 99. RGB value is (99,112,153). Sum of RGB (Red+Green+Blue) = 99+112+153=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #637099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637099 is #9C8F66. Grayscale: #707070. Windows color (decimal): -10260327 or 10055779. OLE color: 10055779.
HSL color Cylindrical-coordinate representation of color #637099: hue angle of 225.56º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637099 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 99 | 112 | 153 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.4 |
| HSL | 225.56º | 0.21% | 0.49% | - |
| HSV(B) | 225.56º | 0.35% | 0.6% | - |
| XYZ | 16.69 | 16.54 | 32.45 | - |
| YUV | 112.79 | 150.69 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 153 | 0.35 | 0.27 | 0 | 0.4 | 225.56 | 0.21 | 0.49 |
| Hex | 63 | 70 | 99 | 23 | 1B | 0 | 28 | E2 | 15 | 31 |
| Octal | 143 | 160 | 231 | 43 | 33 | 0 | 50 | 342 | 25 | 61 |
| Binary | 1100011 | 1110000 | 10011001 | 100011 | 11011 | 0 | 101000 | 11100010 | 10101 | 110001 |
Color Harmonies of #637099
Complementary color
Monochromatic Colors of #637099
Black with #637099
Text Example
Text Example
White with #637099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637099; }
p { color: rgb(99,112,153); }
H1.HeaderClassName
{
color: #637099;
}
.AnyTagClassName
{
color: #637099;
}
</style>
background-color css
<style>
a { background-color: #637099; }
a { background-color: rgb(99,112,153); }
div.DivClassName
{
background-color: #637099;
}
.BgClassName
{
background-color: #637099;
}
</style>
border-color css
<style>
span { border-color: #637099; }
span { border-color: rgb(99,112,153); }
td.TdClassName
{
border-color: #637099;
}
.TagClassName
{
border-color: #637099;
}
</style>