Shades of Waikawa Grey #657AA4
Tints of Waikawa Grey #657AA4
RGB
CMYK
RGB Variations
Color information
#657AA4 (or 0x657AA4) is known color: Waikawa Grey. HEX triplet: 65, 7A and A4. RGB value is (101,122,164). Sum of RGB (Red+Green+Blue) = 101+122+164=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #657AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657AA4 is #9A855B. Grayscale: #787878. Windows color (decimal): -10126684 or 10779237. OLE color: 10779237.
HSL color Cylindrical-coordinate representation of color #657AA4: hue angle of 220º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657AA4 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 122 | 164 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.36 |
| HSL | 220º | 0.26% | 0.52% | - |
| HSV(B) | 220º | 0.38% | 0.64% | - |
| XYZ | 19.03 | 19.37 | 37.86 | - |
| YUV | 120.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 164 | 0.38 | 0.26 | 0 | 0.36 | 220 | 0.26 | 0.52 |
| Hex | 65 | 7A | A4 | 26 | 1A | 0 | 24 | DC | 1A | 34 |
| Octal | 145 | 172 | 244 | 46 | 32 | 0 | 44 | 334 | 32 | 64 |
| Binary | 1100101 | 1111010 | 10100100 | 100110 | 11010 | 0 | 100100 | 11011100 | 11010 | 110100 |
Color Harmonies of #657AA4
Complementary color
Monochromatic Colors of #657AA4
Black with #657AA4
Text Example
Text Example
White with #657AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AA4; }
p { color: rgb(101,122,164); }
H1.HeaderClassName
{
color: #657AA4;
}
.AnyTagClassName
{
color: #657AA4;
}
</style>
background-color css
<style>
a { background-color: #657AA4; }
a { background-color: rgb(101,122,164); }
div.DivClassName
{
background-color: #657AA4;
}
.BgClassName
{
background-color: #657AA4;
}
</style>
border-color css
<style>
span { border-color: #657AA4; }
span { border-color: rgb(101,122,164); }
td.TdClassName
{
border-color: #657AA4;
}
.TagClassName
{
border-color: #657AA4;
}
</style>