Shades of Waikawa Grey #63729B
Tints of Waikawa Grey #63729B
RGB
CMYK
RGB Variations
Color information
#63729B (or 0x63729B) is known color: Waikawa Grey. HEX triplet: 63, 72 and 9B. RGB value is (99,114,155). Sum of RGB (Red+Green+Blue) = 99+114+155=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #63729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63729B is #9C8D64. Grayscale: #727272. Windows color (decimal): -10259813 or 10187363. OLE color: 10187363.
HSL color Cylindrical-coordinate representation of color #63729B: hue angle of 223.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63729B is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 114 | 155 | - |
| CMYK | 0.36 | 0.26 | 0 | 0.39 |
| HSL | 223.93º | 0.22% | 0.5% | - |
| HSV(B) | 223.93º | 0.36% | 0.61% | - |
| XYZ | 17.08 | 17.05 | 33.4 | - |
| YUV | 114.19 | 151.03 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 155 | 0.36 | 0.26 | 0 | 0.39 | 223.93 | 0.22 | 0.5 |
| Hex | 63 | 72 | 9B | 24 | 1A | 0 | 27 | E0 | 16 | 32 |
| Octal | 143 | 162 | 233 | 44 | 32 | 0 | 47 | 340 | 26 | 62 |
| Binary | 1100011 | 1110010 | 10011011 | 100100 | 11010 | 0 | 100111 | 11100000 | 10110 | 110010 |
Color Harmonies of #63729B
Complementary color
Monochromatic Colors of #63729B
Black with #63729B
Text Example
Text Example
White with #63729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63729B; }
p { color: rgb(99,114,155); }
H1.HeaderClassName
{
color: #63729B;
}
.AnyTagClassName
{
color: #63729B;
}
</style>
background-color css
<style>
a { background-color: #63729B; }
a { background-color: rgb(99,114,155); }
div.DivClassName
{
background-color: #63729B;
}
.BgClassName
{
background-color: #63729B;
}
</style>
border-color css
<style>
span { border-color: #63729B; }
span { border-color: rgb(99,114,155); }
td.TdClassName
{
border-color: #63729B;
}
.TagClassName
{
border-color: #63729B;
}
</style>