Shades of Waikawa Grey #657899
Tints of Waikawa Grey #657899
RGB
CMYK
RGB Variations
Color information
#657899 (or 0x657899) is known color: Waikawa Grey. HEX triplet: 65, 78 and 99. RGB value is (101,120,153). Sum of RGB (Red+Green+Blue) = 101+120+153=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #657899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657899 is #9A8766. Grayscale: #757575. Windows color (decimal): -10127207 or 10057829. OLE color: 10057829.
HSL color Cylindrical-coordinate representation of color #657899: hue angle of 218.08º 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 #657899 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 120 | 153 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.4 |
| HSL | 218.08º | 0.2% | 0.5% | - |
| HSV(B) | 218.08º | 0.34% | 0.6% | - |
| XYZ | 17.83 | 18.5 | 32.77 | - |
| YUV | 118.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 153 | 0.34 | 0.22 | 0 | 0.4 | 218.08 | 0.2 | 0.5 |
| Hex | 65 | 78 | 99 | 22 | 16 | 0 | 28 | DA | 14 | 32 |
| Octal | 145 | 170 | 231 | 42 | 26 | 0 | 50 | 332 | 24 | 62 |
| Binary | 1100101 | 1111000 | 10011001 | 100010 | 10110 | 0 | 101000 | 11011010 | 10100 | 110010 |
Color Harmonies of #657899
Complementary color
Monochromatic Colors of #657899
Black with #657899
Text Example
Text Example
White with #657899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657899; }
p { color: rgb(101,120,153); }
H1.HeaderClassName
{
color: #657899;
}
.AnyTagClassName
{
color: #657899;
}
</style>
background-color css
<style>
a { background-color: #657899; }
a { background-color: rgb(101,120,153); }
div.DivClassName
{
background-color: #657899;
}
.BgClassName
{
background-color: #657899;
}
</style>
border-color css
<style>
span { border-color: #657899; }
span { border-color: rgb(101,120,153); }
td.TdClassName
{
border-color: #657899;
}
.TagClassName
{
border-color: #657899;
}
</style>