Shades of Waikawa Grey #63759D
Tints of Waikawa Grey #63759D
RGB
CMYK
RGB Variations
Color information
#63759D (or 0x63759D) is known color: Waikawa Grey. HEX triplet: 63, 75 and 9D. RGB value is (99,117,157). Sum of RGB (Red+Green+Blue) = 99+117+157=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #63759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759D is #9C8A62. Grayscale: #747474. Windows color (decimal): -10259043 or 10319203. OLE color: 10319203.
HSL color Cylindrical-coordinate representation of color #63759D: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63759D is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 117 | 157 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.38 |
| HSL | 221.38º | 0.23% | 0.5% | - |
| HSV(B) | 221.38º | 0.37% | 0.62% | - |
| XYZ | 17.59 | 17.81 | 34.41 | - |
| YUV | 116.18 | 151.04 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 157 | 0.37 | 0.25 | 0 | 0.38 | 221.38 | 0.23 | 0.5 |
| Hex | 63 | 75 | 9D | 25 | 19 | 0 | 26 | DD | 17 | 32 |
| Octal | 143 | 165 | 235 | 45 | 31 | 0 | 46 | 335 | 27 | 62 |
| Binary | 1100011 | 1110101 | 10011101 | 100101 | 11001 | 0 | 100110 | 11011101 | 10111 | 110010 |
Color Harmonies of #63759D
Complementary color
Monochromatic Colors of #63759D
Black with #63759D
Text Example
Text Example
White with #63759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63759D; }
p { color: rgb(99,117,157); }
H1.HeaderClassName
{
color: #63759D;
}
.AnyTagClassName
{
color: #63759D;
}
</style>
background-color css
<style>
a { background-color: #63759D; }
a { background-color: rgb(99,117,157); }
div.DivClassName
{
background-color: #63759D;
}
.BgClassName
{
background-color: #63759D;
}
</style>
border-color css
<style>
span { border-color: #63759D; }
span { border-color: rgb(99,117,157); }
td.TdClassName
{
border-color: #63759D;
}
.TagClassName
{
border-color: #63759D;
}
</style>