Shades of Waikawa Grey #636E92
Tints of Waikawa Grey #636E92
RGB
CMYK
RGB Variations
Color information
#636E92 (or 0x636E92) is known color: Waikawa Grey. HEX triplet: 63, 6E and 92. RGB value is (99,110,146). Sum of RGB (Red+Green+Blue) = 99+110+146=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #636E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636E92 is #9C916D. Grayscale: #6E6E6E. Windows color (decimal): -10260846 or 9596515. OLE color: 9596515.
HSL color Cylindrical-coordinate representation of color #636E92: hue angle of 225.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #636E92 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 110 | 146 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.43 |
| HSL | 225.96º | 0.19% | 0.48% | - |
| HSV(B) | 225.96º | 0.32% | 0.57% | - |
| XYZ | 15.91 | 15.88 | 29.42 | - |
| YUV | 110.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 110 | 146 | 0.32 | 0.25 | 0 | 0.43 | 225.96 | 0.19 | 0.48 |
| Hex | 63 | 6E | 92 | 20 | 19 | 0 | 2B | E2 | 13 | 30 |
| Octal | 143 | 156 | 222 | 40 | 31 | 0 | 53 | 342 | 23 | 60 |
| Binary | 1100011 | 1101110 | 10010010 | 100000 | 11001 | 0 | 101011 | 11100010 | 10011 | 110000 |
Color Harmonies of #636E92
Complementary color
Monochromatic Colors of #636E92
Black with #636E92
Text Example
Text Example
White with #636E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636E92; }
p { color: rgb(99,110,146); }
H1.HeaderClassName
{
color: #636E92;
}
.AnyTagClassName
{
color: #636E92;
}
</style>
background-color css
<style>
a { background-color: #636E92; }
a { background-color: rgb(99,110,146); }
div.DivClassName
{
background-color: #636E92;
}
.BgClassName
{
background-color: #636E92;
}
</style>
border-color css
<style>
span { border-color: #636E92; }
span { border-color: rgb(99,110,146); }
td.TdClassName
{
border-color: #636E92;
}
.TagClassName
{
border-color: #636E92;
}
</style>