Shades of Waikawa Grey #63719B
Tints of Waikawa Grey #63719B
RGB
CMYK
RGB Variations
Color information
#63719B (or 0x63719B) is known color: Waikawa Grey. HEX triplet: 63, 71 and 9B. RGB value is (99,113,155). Sum of RGB (Red+Green+Blue) = 99+113+155=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #63719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719B is #9C8E64. Grayscale: #717171. Windows color (decimal): -10260069 or 10187107. OLE color: 10187107.
HSL color Cylindrical-coordinate representation of color #63719B: hue angle of 225º 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 #63719B is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 113 | 155 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.39 |
| HSL | 225º | 0.22% | 0.5% | - |
| HSV(B) | 225º | 0.36% | 0.61% | - |
| XYZ | 16.97 | 16.83 | 33.36 | - |
| YUV | 113.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 113 | 155 | 0.36 | 0.27 | 0 | 0.39 | 225 | 0.22 | 0.5 |
| Hex | 63 | 71 | 9B | 24 | 1B | 0 | 27 | E1 | 16 | 32 |
| Octal | 143 | 161 | 233 | 44 | 33 | 0 | 47 | 341 | 26 | 62 |
| Binary | 1100011 | 1110001 | 10011011 | 100100 | 11011 | 0 | 100111 | 11100001 | 10110 | 110010 |
Color Harmonies of #63719B
Complementary color
Monochromatic Colors of #63719B
Black with #63719B
Text Example
Text Example
White with #63719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63719B; }
p { color: rgb(99,113,155); }
H1.HeaderClassName
{
color: #63719B;
}
.AnyTagClassName
{
color: #63719B;
}
</style>
background-color css
<style>
a { background-color: #63719B; }
a { background-color: rgb(99,113,155); }
div.DivClassName
{
background-color: #63719B;
}
.BgClassName
{
background-color: #63719B;
}
</style>
border-color css
<style>
span { border-color: #63719B; }
span { border-color: rgb(99,113,155); }
td.TdClassName
{
border-color: #63719B;
}
.TagClassName
{
border-color: #63719B;
}
</style>