Shades of Waikawa Grey #63719F
Tints of Waikawa Grey #63719F
RGB
CMYK
RGB Variations
Color information
#63719F (or 0x63719F) is known color: Waikawa Grey. HEX triplet: 63, 71 and 9F. RGB value is (99,113,159). Sum of RGB (Red+Green+Blue) = 99+113+159=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 159 - color contains mainly: blue. Hex color #63719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719F is #9C8E60. Grayscale: #717171. Windows color (decimal): -10260065 or 10449251. OLE color: 10449251.
HSL color Cylindrical-coordinate representation of color #63719F: hue angle of 226º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63719F is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 113 | 159 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.38 |
| HSL | 226º | 0.24% | 0.51% | - |
| HSV(B) | 226º | 0.38% | 0.62% | - |
| XYZ | 17.31 | 16.97 | 35.16 | - |
| YUV | 114.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 159 | 0.38 | 0.29 | 0 | 0.38 | 226 | 0.24 | 0.51 |
| Hex | 63 | 71 | 9F | 26 | 1D | 0 | 26 | E2 | 18 | 33 |
| Octal | 143 | 161 | 237 | 46 | 35 | 0 | 46 | 342 | 30 | 63 |
| Binary | 1100011 | 1110001 | 10011111 | 100110 | 11101 | 0 | 100110 | 11100010 | 11000 | 110011 |
Color Harmonies of #63719F
Complementary color
Monochromatic Colors of #63719F
Black with #63719F
Text Example
Text Example
White with #63719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63719F; }
p { color: rgb(99,113,159); }
H1.HeaderClassName
{
color: #63719F;
}
.AnyTagClassName
{
color: #63719F;
}
</style>
background-color css
<style>
a { background-color: #63719F; }
a { background-color: rgb(99,113,159); }
div.DivClassName
{
background-color: #63719F;
}
.BgClassName
{
background-color: #63719F;
}
</style>
border-color css
<style>
span { border-color: #63719F; }
span { border-color: rgb(99,113,159); }
td.TdClassName
{
border-color: #63719F;
}
.TagClassName
{
border-color: #63719F;
}
</style>