Shades of Waikawa Grey #63759A
Tints of Waikawa Grey #63759A
RGB
CMYK
RGB Variations
Color information
#63759A (or 0x63759A) is known color: Waikawa Grey. HEX triplet: 63, 75 and 9A. RGB value is (99,117,154). Sum of RGB (Red+Green+Blue) = 99+117+154=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #63759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63759A is #9C8A65. Grayscale: #737373. Windows color (decimal): -10259046 or 10122595. OLE color: 10122595.
HSL color Cylindrical-coordinate representation of color #63759A: hue angle of 220.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63759A is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 117 | 154 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.40 |
| HSL | 220.36º | 0.22% | 0.5% | - |
| HSV(B) | 220.36º | 0.36% | 0.6% | - |
| XYZ | 17.34 | 17.71 | 33.08 | - |
| YUV | 115.84 | 149.54 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 117 | 154 | 0.36 | 0.24 | 0 | 0.40 | 220.36 | 0.22 | 0.5 |
| Hex | 63 | 75 | 9A | 24 | 18 | 0 | 28 | DC | 16 | 32 |
| Octal | 143 | 165 | 232 | 44 | 30 | 0 | 50 | 334 | 26 | 62 |
| Binary | 1100011 | 1110101 | 10011010 | 100100 | 11000 | 0 | 101000 | 11011100 | 10110 | 110010 |
Color Harmonies of #63759A
Complementary color
Monochromatic Colors of #63759A
Black with #63759A
Text Example
Text Example
White with #63759A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63759A; }
p { color: rgb(99,117,154); }
H1.HeaderClassName
{
color: #63759A;
}
.AnyTagClassName
{
color: #63759A;
}
</style>
background-color css
<style>
a { background-color: #63759A; }
a { background-color: rgb(99,117,154); }
div.DivClassName
{
background-color: #63759A;
}
.BgClassName
{
background-color: #63759A;
}
</style>
border-color css
<style>
span { border-color: #63759A; }
span { border-color: rgb(99,117,154); }
td.TdClassName
{
border-color: #63759A;
}
.TagClassName
{
border-color: #63759A;
}
</style>