Shades of Waikawa Grey #636D88
Tints of Waikawa Grey #636D88
RGB
CMYK
RGB Variations
Color information
#636D88 (or 0x636D88) is known color: Waikawa Grey. HEX triplet: 63, 6D and 88. RGB value is (99,109,136). Sum of RGB (Red+Green+Blue) = 99+109+136=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #636D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636D88 is #9C9277. Grayscale: #6C6C6C. Windows color (decimal): -10261112 or 8940899. OLE color: 8940899.
HSL color Cylindrical-coordinate representation of color #636D88: hue angle of 223.78º 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 #636D88 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 109 | 136 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.47 |
| HSL | 223.78º | 0.16% | 0.46% | - |
| HSV(B) | 223.78º | 0.27% | 0.53% | - |
| XYZ | 15.06 | 15.37 | 25.47 | - |
| YUV | 109.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 109 | 136 | 0.27 | 0.20 | 0 | 0.47 | 223.78 | 0.16 | 0.46 |
| Hex | 63 | 6D | 88 | 1B | 14 | 0 | 2F | E0 | 10 | 2E |
| Octal | 143 | 155 | 210 | 33 | 24 | 0 | 57 | 340 | 20 | 56 |
| Binary | 1100011 | 1101101 | 10001000 | 11011 | 10100 | 0 | 101111 | 11100000 | 10000 | 101110 |
Color Harmonies of #636D88
Complementary color
Monochromatic Colors of #636D88
Black with #636D88
Text Example
Text Example
White with #636D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636D88; }
p { color: rgb(99,109,136); }
H1.HeaderClassName
{
color: #636D88;
}
.AnyTagClassName
{
color: #636D88;
}
</style>
background-color css
<style>
a { background-color: #636D88; }
a { background-color: rgb(99,109,136); }
div.DivClassName
{
background-color: #636D88;
}
.BgClassName
{
background-color: #636D88;
}
</style>
border-color css
<style>
span { border-color: #636D88; }
span { border-color: rgb(99,109,136); }
td.TdClassName
{
border-color: #636D88;
}
.TagClassName
{
border-color: #636D88;
}
</style>