Shades of Waikawa Grey #63728B
Tints of Waikawa Grey #63728B
RGB
CMYK
RGB Variations
Color information
#63728B (or 0x63728B) is known color: Waikawa Grey. HEX triplet: 63, 72 and 8B. RGB value is (99,114,139). Sum of RGB (Red+Green+Blue) = 99+114+139=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #63728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63728B is #9C8D74. Grayscale: #707070. Windows color (decimal): -10259829 or 9138787. OLE color: 9138787.
HSL color Cylindrical-coordinate representation of color #63728B: hue angle of 217.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63728B is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 114 | 139 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.45 |
| HSL | 217.5º | 0.17% | 0.47% | - |
| HSV(B) | 217.5º | 0.29% | 0.55% | - |
| XYZ | 15.82 | 16.55 | 26.79 | - |
| YUV | 112.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 114 | 139 | 0.29 | 0.18 | 0 | 0.45 | 217.5 | 0.17 | 0.47 |
| Hex | 63 | 72 | 8B | 1D | 12 | 0 | 2D | DA | 11 | 2F |
| Octal | 143 | 162 | 213 | 35 | 22 | 0 | 55 | 332 | 21 | 57 |
| Binary | 1100011 | 1110010 | 10001011 | 11101 | 10010 | 0 | 101101 | 11011010 | 10001 | 101111 |
Color Harmonies of #63728B
Complementary color
Monochromatic Colors of #63728B
Black with #63728B
Text Example
Text Example
White with #63728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63728B; }
p { color: rgb(99,114,139); }
H1.HeaderClassName
{
color: #63728B;
}
.AnyTagClassName
{
color: #63728B;
}
</style>
background-color css
<style>
a { background-color: #63728B; }
a { background-color: rgb(99,114,139); }
div.DivClassName
{
background-color: #63728B;
}
.BgClassName
{
background-color: #63728B;
}
</style>
border-color css
<style>
span { border-color: #63728B; }
span { border-color: rgb(99,114,139); }
td.TdClassName
{
border-color: #63728B;
}
.TagClassName
{
border-color: #63728B;
}
</style>