Shades of Waikawa Grey #636F88
Tints of Waikawa Grey #636F88
RGB
CMYK
RGB Variations
Color information
#636F88 (or 0x636F88) is known color: Waikawa Grey. HEX triplet: 63, 6F and 88. RGB value is (99,111,136). Sum of RGB (Red+Green+Blue) = 99+111+136=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #636F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636F88 is #9C9077. Grayscale: #6E6E6E. Windows color (decimal): -10260600 or 8941411. OLE color: 8941411.
HSL color Cylindrical-coordinate representation of color #636F88: hue angle of 220.54º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #636F88 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 111 | 136 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.47 |
| HSL | 220.54º | 0.16% | 0.46% | - |
| HSV(B) | 220.54º | 0.27% | 0.53% | - |
| XYZ | 15.27 | 15.8 | 25.54 | - |
| YUV | 110.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 111 | 136 | 0.27 | 0.18 | 0 | 0.47 | 220.54 | 0.16 | 0.46 |
| Hex | 63 | 6F | 88 | 1B | 12 | 0 | 2F | DD | 10 | 2E |
| Octal | 143 | 157 | 210 | 33 | 22 | 0 | 57 | 335 | 20 | 56 |
| Binary | 1100011 | 1101111 | 10001000 | 11011 | 10010 | 0 | 101111 | 11011101 | 10000 | 101110 |
Color Harmonies of #636F88
Complementary color
Monochromatic Colors of #636F88
Black with #636F88
Text Example
Text Example
White with #636F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636F88; }
p { color: rgb(99,111,136); }
H1.HeaderClassName
{
color: #636F88;
}
.AnyTagClassName
{
color: #636F88;
}
</style>
background-color css
<style>
a { background-color: #636F88; }
a { background-color: rgb(99,111,136); }
div.DivClassName
{
background-color: #636F88;
}
.BgClassName
{
background-color: #636F88;
}
</style>
border-color css
<style>
span { border-color: #636F88; }
span { border-color: rgb(99,111,136); }
td.TdClassName
{
border-color: #636F88;
}
.TagClassName
{
border-color: #636F88;
}
</style>