Shades of Waikawa Grey #657B9F
Tints of Waikawa Grey #657B9F
RGB
CMYK
RGB Variations
Color information
#657B9F (or 0x657B9F) is known color: Waikawa Grey. HEX triplet: 65, 7B and 9F. RGB value is (101,123,159). Sum of RGB (Red+Green+Blue) = 101+123+159=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #657B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B9F is #9A8460. Grayscale: #787878. Windows color (decimal): -10126433 or 10451813. OLE color: 10451813.
HSL color Cylindrical-coordinate representation of color #657B9F: hue angle of 217.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657B9F is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 123 | 159 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.38 |
| HSL | 217.24º | 0.23% | 0.51% | - |
| HSV(B) | 217.24º | 0.36% | 0.62% | - |
| XYZ | 18.71 | 19.44 | 35.57 | - |
| YUV | 120.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 159 | 0.36 | 0.23 | 0 | 0.38 | 217.24 | 0.23 | 0.51 |
| Hex | 65 | 7B | 9F | 24 | 17 | 0 | 26 | D9 | 17 | 33 |
| Octal | 145 | 173 | 237 | 44 | 27 | 0 | 46 | 331 | 27 | 63 |
| Binary | 1100101 | 1111011 | 10011111 | 100100 | 10111 | 0 | 100110 | 11011001 | 10111 | 110011 |
Color Harmonies of #657B9F
Complementary color
Monochromatic Colors of #657B9F
Black with #657B9F
Text Example
Text Example
White with #657B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B9F; }
p { color: rgb(101,123,159); }
H1.HeaderClassName
{
color: #657B9F;
}
.AnyTagClassName
{
color: #657B9F;
}
</style>
background-color css
<style>
a { background-color: #657B9F; }
a { background-color: rgb(101,123,159); }
div.DivClassName
{
background-color: #657B9F;
}
.BgClassName
{
background-color: #657B9F;
}
</style>
border-color css
<style>
span { border-color: #657B9F; }
span { border-color: rgb(101,123,159); }
td.TdClassName
{
border-color: #657B9F;
}
.TagClassName
{
border-color: #657B9F;
}
</style>