Shades of Waikawa Grey #63769B
Tints of Waikawa Grey #63769B
RGB
CMYK
RGB Variations
Color information
#63769B (or 0x63769B) is known color: Waikawa Grey. HEX triplet: 63, 76 and 9B. RGB value is (99,118,155). Sum of RGB (Red+Green+Blue) = 99+118+155=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #63769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63769B is #9C8964. Grayscale: #747474. Windows color (decimal): -10258789 or 10188387. OLE color: 10188387.
HSL color Cylindrical-coordinate representation of color #63769B: hue angle of 219.64º 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 #63769B is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 118 | 155 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.39 |
| HSL | 219.64º | 0.22% | 0.5% | - |
| HSV(B) | 219.64º | 0.36% | 0.61% | - |
| XYZ | 17.54 | 17.98 | 33.56 | - |
| YUV | 116.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 118 | 155 | 0.36 | 0.24 | 0 | 0.39 | 219.64 | 0.22 | 0.5 |
| Hex | 63 | 76 | 9B | 24 | 18 | 0 | 27 | DC | 16 | 32 |
| Octal | 143 | 166 | 233 | 44 | 30 | 0 | 47 | 334 | 26 | 62 |
| Binary | 1100011 | 1110110 | 10011011 | 100100 | 11000 | 0 | 100111 | 11011100 | 10110 | 110010 |
Color Harmonies of #63769B
Complementary color
Monochromatic Colors of #63769B
Black with #63769B
Text Example
Text Example
White with #63769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63769B; }
p { color: rgb(99,118,155); }
H1.HeaderClassName
{
color: #63769B;
}
.AnyTagClassName
{
color: #63769B;
}
</style>
background-color css
<style>
a { background-color: #63769B; }
a { background-color: rgb(99,118,155); }
div.DivClassName
{
background-color: #63769B;
}
.BgClassName
{
background-color: #63769B;
}
</style>
border-color css
<style>
span { border-color: #63769B; }
span { border-color: rgb(99,118,155); }
td.TdClassName
{
border-color: #63769B;
}
.TagClassName
{
border-color: #63769B;
}
</style>