Shades of Waikawa Grey #636A86
Tints of Waikawa Grey #636A86
RGB
CMYK
RGB Variations
Color information
#636A86 (or 0x636A86) is known color: Waikawa Grey. HEX triplet: 63, 6A and 86. RGB value is (99,106,134). Sum of RGB (Red+Green+Blue) = 99+106+134=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #636A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636A86 is #9C9579. Grayscale: #6A6A6A. Windows color (decimal): -10261882 or 8809059. OLE color: 8809059.
HSL color Cylindrical-coordinate representation of color #636A86: hue angle of 228º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #636A86 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 106 | 134 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.47 |
| HSL | 228º | 0.15% | 0.46% | - |
| HSV(B) | 228º | 0.26% | 0.53% | - |
| XYZ | 14.6 | 14.68 | 24.62 | - |
| YUV | 107.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 106 | 134 | 0.26 | 0.21 | 0 | 0.47 | 228 | 0.15 | 0.46 |
| Hex | 63 | 6A | 86 | 1A | 15 | 0 | 2F | E4 | F | 2E |
| Octal | 143 | 152 | 206 | 32 | 25 | 0 | 57 | 344 | 17 | 56 |
| Binary | 1100011 | 1101010 | 10000110 | 11010 | 10101 | 0 | 101111 | 11100100 | 1111 | 101110 |
Color Harmonies of #636A86
Complementary color
Monochromatic Colors of #636A86
Black with #636A86
Text Example
Text Example
White with #636A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636A86; }
p { color: rgb(99,106,134); }
H1.HeaderClassName
{
color: #636A86;
}
.AnyTagClassName
{
color: #636A86;
}
</style>
background-color css
<style>
a { background-color: #636A86; }
a { background-color: rgb(99,106,134); }
div.DivClassName
{
background-color: #636A86;
}
.BgClassName
{
background-color: #636A86;
}
</style>
border-color css
<style>
span { border-color: #636A86; }
span { border-color: rgb(99,106,134); }
td.TdClassName
{
border-color: #636A86;
}
.TagClassName
{
border-color: #636A86;
}
</style>