Shades of Waikawa Grey #63708D
Tints of Waikawa Grey #63708D
RGB
CMYK
RGB Variations
Color information
#63708D (or 0x63708D) is known color: Waikawa Grey. HEX triplet: 63, 70 and 8D. RGB value is (99,112,141). Sum of RGB (Red+Green+Blue) = 99+112+141=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #63708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63708D is #9C8F72. Grayscale: #6F6F6F. Windows color (decimal): -10260339 or 9269347. OLE color: 9269347.
HSL color Cylindrical-coordinate representation of color #63708D: hue angle of 221.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63708D is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 112 | 141 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.45 |
| HSL | 221.43º | 0.18% | 0.47% | - |
| HSV(B) | 221.43º | 0.3% | 0.55% | - |
| XYZ | 15.75 | 16.16 | 27.49 | - |
| YUV | 111.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 141 | 0.30 | 0.21 | 0 | 0.45 | 221.43 | 0.18 | 0.47 |
| Hex | 63 | 70 | 8D | 1E | 15 | 0 | 2D | DD | 12 | 2F |
| Octal | 143 | 160 | 215 | 36 | 25 | 0 | 55 | 335 | 22 | 57 |
| Binary | 1100011 | 1110000 | 10001101 | 11110 | 10101 | 0 | 101101 | 11011101 | 10010 | 101111 |
Color Harmonies of #63708D
Complementary color
Monochromatic Colors of #63708D
Black with #63708D
Text Example
Text Example
White with #63708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63708D; }
p { color: rgb(99,112,141); }
H1.HeaderClassName
{
color: #63708D;
}
.AnyTagClassName
{
color: #63708D;
}
</style>
background-color css
<style>
a { background-color: #63708D; }
a { background-color: rgb(99,112,141); }
div.DivClassName
{
background-color: #63708D;
}
.BgClassName
{
background-color: #63708D;
}
</style>
border-color css
<style>
span { border-color: #63708D; }
span { border-color: rgb(99,112,141); }
td.TdClassName
{
border-color: #63708D;
}
.TagClassName
{
border-color: #63708D;
}
</style>