Shades of Waikawa Grey #63779C
Tints of Waikawa Grey #63779C
RGB
CMYK
RGB Variations
Color information
#63779C (or 0x63779C) is known color: Waikawa Grey. HEX triplet: 63, 77 and 9C. RGB value is (99,119,156). Sum of RGB (Red+Green+Blue) = 99+119+156=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #63779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63779C is #9C8863. Grayscale: #757575. Windows color (decimal): -10258532 or 10254179. OLE color: 10254179.
HSL color Cylindrical-coordinate representation of color #63779C: hue angle of 218.95º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63779C is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 119 | 156 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.39 |
| HSL | 218.95º | 0.22% | 0.5% | - |
| HSV(B) | 218.95º | 0.37% | 0.61% | - |
| XYZ | 17.74 | 18.25 | 34.04 | - |
| YUV | 117.24 | 149.87 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 156 | 0.37 | 0.24 | 0 | 0.39 | 218.95 | 0.22 | 0.5 |
| Hex | 63 | 77 | 9C | 25 | 18 | 0 | 27 | DB | 16 | 32 |
| Octal | 143 | 167 | 234 | 45 | 30 | 0 | 47 | 333 | 26 | 62 |
| Binary | 1100011 | 1110111 | 10011100 | 100101 | 11000 | 0 | 100111 | 11011011 | 10110 | 110010 |
Color Harmonies of #63779C
Complementary color
Monochromatic Colors of #63779C
Black with #63779C
Text Example
Text Example
White with #63779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63779C; }
p { color: rgb(99,119,156); }
H1.HeaderClassName
{
color: #63779C;
}
.AnyTagClassName
{
color: #63779C;
}
</style>
background-color css
<style>
a { background-color: #63779C; }
a { background-color: rgb(99,119,156); }
div.DivClassName
{
background-color: #63779C;
}
.BgClassName
{
background-color: #63779C;
}
</style>
border-color css
<style>
span { border-color: #63779C; }
span { border-color: rgb(99,119,156); }
td.TdClassName
{
border-color: #63779C;
}
.TagClassName
{
border-color: #63779C;
}
</style>