Shades of Waikawa Grey #657799
Tints of Waikawa Grey #657799
RGB
CMYK
RGB Variations
Color information
#657799 (or 0x657799) is known color: Waikawa Grey. HEX triplet: 65, 77 and 99. RGB value is (101,119,153). Sum of RGB (Red+Green+Blue) = 101+119+153=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #657799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657799 is #9A8866. Grayscale: #757575. Windows color (decimal): -10127463 or 10057573. OLE color: 10057573.
HSL color Cylindrical-coordinate representation of color #657799: hue angle of 219.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657799 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 119 | 153 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.4 |
| HSL | 219.23º | 0.2% | 0.5% | - |
| HSV(B) | 219.23º | 0.34% | 0.6% | - |
| XYZ | 17.71 | 18.26 | 32.73 | - |
| YUV | 117.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 153 | 0.34 | 0.22 | 0 | 0.4 | 219.23 | 0.2 | 0.5 |
| Hex | 65 | 77 | 99 | 22 | 16 | 0 | 28 | DB | 14 | 32 |
| Octal | 145 | 167 | 231 | 42 | 26 | 0 | 50 | 333 | 24 | 62 |
| Binary | 1100101 | 1110111 | 10011001 | 100010 | 10110 | 0 | 101000 | 11011011 | 10100 | 110010 |
Color Harmonies of #657799
Complementary color
Monochromatic Colors of #657799
Black with #657799
Text Example
Text Example
White with #657799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657799; }
p { color: rgb(101,119,153); }
H1.HeaderClassName
{
color: #657799;
}
.AnyTagClassName
{
color: #657799;
}
</style>
background-color css
<style>
a { background-color: #657799; }
a { background-color: rgb(101,119,153); }
div.DivClassName
{
background-color: #657799;
}
.BgClassName
{
background-color: #657799;
}
</style>
border-color css
<style>
span { border-color: #657799; }
span { border-color: rgb(101,119,153); }
td.TdClassName
{
border-color: #657799;
}
.TagClassName
{
border-color: #657799;
}
</style>