Shades of Waikawa Grey #63759C
Tints of Waikawa Grey #63759C
RGB
CMYK
RGB Variations
Color information
#63759C (or 0x63759C) is known color: Waikawa Grey. HEX triplet: 63, 75 and 9C. RGB value is (99,117,156). Sum of RGB (Red+Green+Blue) = 99+117+156=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #63759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759C is #9C8A63. Grayscale: #737373. Windows color (decimal): -10259044 or 10253667. OLE color: 10253667.
HSL color Cylindrical-coordinate representation of color #63759C: hue angle of 221.05º 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 #63759C is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 117 | 156 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.39 |
| HSL | 221.05º | 0.22% | 0.5% | - |
| HSV(B) | 221.05º | 0.37% | 0.61% | - |
| XYZ | 17.51 | 17.78 | 33.96 | - |
| YUV | 116.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 156 | 0.37 | 0.25 | 0 | 0.39 | 221.05 | 0.22 | 0.5 |
| Hex | 63 | 75 | 9C | 25 | 19 | 0 | 27 | DD | 16 | 32 |
| Octal | 143 | 165 | 234 | 45 | 31 | 0 | 47 | 335 | 26 | 62 |
| Binary | 1100011 | 1110101 | 10011100 | 100101 | 11001 | 0 | 100111 | 11011101 | 10110 | 110010 |
Color Harmonies of #63759C
Complementary color
Monochromatic Colors of #63759C
Black with #63759C
Text Example
Text Example
White with #63759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63759C; }
p { color: rgb(99,117,156); }
H1.HeaderClassName
{
color: #63759C;
}
.AnyTagClassName
{
color: #63759C;
}
</style>
background-color css
<style>
a { background-color: #63759C; }
a { background-color: rgb(99,117,156); }
div.DivClassName
{
background-color: #63759C;
}
.BgClassName
{
background-color: #63759C;
}
</style>
border-color css
<style>
span { border-color: #63759C; }
span { border-color: rgb(99,117,156); }
td.TdClassName
{
border-color: #63759C;
}
.TagClassName
{
border-color: #63759C;
}
</style>