Shades of Waikawa Grey #657393
Tints of Waikawa Grey #657393
RGB
CMYK
RGB Variations
Color information
#657393 (or 0x657393) is known color: Waikawa Grey. HEX triplet: 65, 73 and 93. RGB value is (101,115,147). Sum of RGB (Red+Green+Blue) = 101+115+147=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #657393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657393 is #9A8C6C. Grayscale: #727272. Windows color (decimal): -10128493 or 9663333. OLE color: 9663333.
HSL color Cylindrical-coordinate representation of color #657393: hue angle of 221.74º 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 #657393 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 115 | 147 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.42 |
| HSL | 221.74º | 0.19% | 0.49% | - |
| HSV(B) | 221.74º | 0.31% | 0.58% | - |
| XYZ | 16.76 | 17.13 | 30.03 | - |
| YUV | 114.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 147 | 0.31 | 0.22 | 0 | 0.42 | 221.74 | 0.19 | 0.49 |
| Hex | 65 | 73 | 93 | 1F | 16 | 0 | 2A | DE | 13 | 31 |
| Octal | 145 | 163 | 223 | 37 | 26 | 0 | 52 | 336 | 23 | 61 |
| Binary | 1100101 | 1110011 | 10010011 | 11111 | 10110 | 0 | 101010 | 11011110 | 10011 | 110001 |
Color Harmonies of #657393
Complementary color
Monochromatic Colors of #657393
Black with #657393
Text Example
Text Example
White with #657393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657393; }
p { color: rgb(101,115,147); }
H1.HeaderClassName
{
color: #657393;
}
.AnyTagClassName
{
color: #657393;
}
</style>
background-color css
<style>
a { background-color: #657393; }
a { background-color: rgb(101,115,147); }
div.DivClassName
{
background-color: #657393;
}
.BgClassName
{
background-color: #657393;
}
</style>
border-color css
<style>
span { border-color: #657393; }
span { border-color: rgb(101,115,147); }
td.TdClassName
{
border-color: #657393;
}
.TagClassName
{
border-color: #657393;
}
</style>