Shades of Waikawa Grey #63758A
Tints of Waikawa Grey #63758A
RGB
CMYK
RGB Variations
Color information
#63758A (or 0x63758A) is known color: Waikawa Grey. HEX triplet: 63, 75 and 8A. RGB value is (99,117,138). Sum of RGB (Red+Green+Blue) = 99+117+138=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #63758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758A is #9C8A75. Grayscale: #717171. Windows color (decimal): -10259062 or 9074019. OLE color: 9074019.
HSL color Cylindrical-coordinate representation of color #63758A: hue angle of 212.31º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63758A is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 117 | 138 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.46 |
| HSL | 212.31º | 0.16% | 0.46% | - |
| HSV(B) | 212.31º | 0.28% | 0.54% | - |
| XYZ | 16.09 | 17.21 | 26.52 | - |
| YUV | 114.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 138 | 0.28 | 0.15 | 0 | 0.46 | 212.31 | 0.16 | 0.46 |
| Hex | 63 | 75 | 8A | 1C | F | 0 | 2E | D4 | 10 | 2E |
| Octal | 143 | 165 | 212 | 34 | 17 | 0 | 56 | 324 | 20 | 56 |
| Binary | 1100011 | 1110101 | 10001010 | 11100 | 1111 | 0 | 101110 | 11010100 | 10000 | 101110 |
Color Harmonies of #63758A
Complementary color
Monochromatic Colors of #63758A
Black with #63758A
Text Example
Text Example
White with #63758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63758A; }
p { color: rgb(99,117,138); }
H1.HeaderClassName
{
color: #63758A;
}
.AnyTagClassName
{
color: #63758A;
}
</style>
background-color css
<style>
a { background-color: #63758A; }
a { background-color: rgb(99,117,138); }
div.DivClassName
{
background-color: #63758A;
}
.BgClassName
{
background-color: #63758A;
}
</style>
border-color css
<style>
span { border-color: #63758A; }
span { border-color: rgb(99,117,138); }
td.TdClassName
{
border-color: #63758A;
}
.TagClassName
{
border-color: #63758A;
}
</style>