Shades of Waikawa Grey #657293
Tints of Waikawa Grey #657293
RGB
CMYK
RGB Variations
Color information
#657293 (or 0x657293) is known color: Waikawa Grey. HEX triplet: 65, 72 and 93. RGB value is (101,114,147). Sum of RGB (Red+Green+Blue) = 101+114+147=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #657293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657293 is #9A8D6C. Grayscale: #717171. Windows color (decimal): -10128749 or 9663077. OLE color: 9663077.
HSL color Cylindrical-coordinate representation of color #657293: hue angle of 223.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657293 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 114 | 147 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.42 |
| HSL | 223.04º | 0.19% | 0.49% | - |
| HSV(B) | 223.04º | 0.31% | 0.58% | - |
| XYZ | 16.65 | 16.91 | 29.99 | - |
| YUV | 113.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 114 | 147 | 0.31 | 0.22 | 0 | 0.42 | 223.04 | 0.19 | 0.49 |
| Hex | 65 | 72 | 93 | 1F | 16 | 0 | 2A | DF | 13 | 31 |
| Octal | 145 | 162 | 223 | 37 | 26 | 0 | 52 | 337 | 23 | 61 |
| Binary | 1100101 | 1110010 | 10010011 | 11111 | 10110 | 0 | 101010 | 11011111 | 10011 | 110001 |
Color Harmonies of #657293
Complementary color
Monochromatic Colors of #657293
Black with #657293
Text Example
Text Example
White with #657293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657293; }
p { color: rgb(101,114,147); }
H1.HeaderClassName
{
color: #657293;
}
.AnyTagClassName
{
color: #657293;
}
</style>
background-color css
<style>
a { background-color: #657293; }
a { background-color: rgb(101,114,147); }
div.DivClassName
{
background-color: #657293;
}
.BgClassName
{
background-color: #657293;
}
</style>
border-color css
<style>
span { border-color: #657293; }
span { border-color: rgb(101,114,147); }
td.TdClassName
{
border-color: #657293;
}
.TagClassName
{
border-color: #657293;
}
</style>