Shades of Waikawa Grey #636E84
Tints of Waikawa Grey #636E84
RGB
CMYK
RGB Variations
Color information
#636E84 (or 0x636E84) is known color: Waikawa Grey. HEX triplet: 63, 6E and 84. RGB value is (99,110,132). Sum of RGB (Red+Green+Blue) = 99+110+132=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #636E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E84 is #9C917B. Grayscale: #6D6D6D. Windows color (decimal): -10260860 or 8679011. OLE color: 8679011.
HSL color Cylindrical-coordinate representation of color #636E84: hue angle of 220º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #636E84 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 99 | 110 | 132 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.48 |
| HSL | 220º | 0.14% | 0.45% | - |
| HSV(B) | 220º | 0.25% | 0.52% | - |
| XYZ | 14.89 | 15.47 | 24.03 | - |
| YUV | 109.22 | 140.86 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 132 | 0.25 | 0.17 | 0 | 0.48 | 220 | 0.14 | 0.45 |
| Hex | 63 | 6E | 84 | 19 | 11 | 0 | 30 | DC | E | 2D |
| Octal | 143 | 156 | 204 | 31 | 21 | 0 | 60 | 334 | 16 | 55 |
| Binary | 1100011 | 1101110 | 10000100 | 11001 | 10001 | 0 | 110000 | 11011100 | 1110 | 101101 |
Color Harmonies of #636E84
Complementary color
Monochromatic Colors of #636E84
Black with #636E84
Text Example
Text Example
White with #636E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E84; }
p { color: rgb(99,110,132); }
H1.HeaderClassName
{
color: #636E84;
}
.AnyTagClassName
{
color: #636E84;
}
</style>
background-color css
<style>
a { background-color: #636E84; }
a { background-color: rgb(99,110,132); }
div.DivClassName
{
background-color: #636E84;
}
.BgClassName
{
background-color: #636E84;
}
</style>
border-color css
<style>
span { border-color: #636E84; }
span { border-color: rgb(99,110,132); }
td.TdClassName
{
border-color: #636E84;
}
.TagClassName
{
border-color: #636E84;
}
</style>