Shades of Waikawa Grey #657AA3
Tints of Waikawa Grey #657AA3
RGB
CMYK
RGB Variations
Color information
#657AA3 (or 0x657AA3) is known color: Waikawa Grey. HEX triplet: 65, 7A and A3. RGB value is (101,122,163). Sum of RGB (Red+Green+Blue) = 101+122+163=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 163 - color contains mainly: blue. Hex color #657AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657AA3 is #9A855C. Grayscale: #787878. Windows color (decimal): -10126685 or 10713701. OLE color: 10713701.
HSL color Cylindrical-coordinate representation of color #657AA3: hue angle of 219.68º degrees, saturation: 0.25, 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 #657AA3 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 122 | 163 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.36 |
| HSL | 219.68º | 0.25% | 0.52% | - |
| HSV(B) | 219.68º | 0.38% | 0.64% | - |
| XYZ | 18.94 | 19.33 | 37.38 | - |
| YUV | 120.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 163 | 0.38 | 0.25 | 0 | 0.36 | 219.68 | 0.25 | 0.52 |
| Hex | 65 | 7A | A3 | 26 | 19 | 0 | 24 | DC | 19 | 34 |
| Octal | 145 | 172 | 243 | 46 | 31 | 0 | 44 | 334 | 31 | 64 |
| Binary | 1100101 | 1111010 | 10100011 | 100110 | 11001 | 0 | 100100 | 11011100 | 11001 | 110100 |
Color Harmonies of #657AA3
Complementary color
Monochromatic Colors of #657AA3
Black with #657AA3
Text Example
Text Example
White with #657AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657AA3; }
p { color: rgb(101,122,163); }
H1.HeaderClassName
{
color: #657AA3;
}
.AnyTagClassName
{
color: #657AA3;
}
</style>
background-color css
<style>
a { background-color: #657AA3; }
a { background-color: rgb(101,122,163); }
div.DivClassName
{
background-color: #657AA3;
}
.BgClassName
{
background-color: #657AA3;
}
</style>
border-color css
<style>
span { border-color: #657AA3; }
span { border-color: rgb(101,122,163); }
td.TdClassName
{
border-color: #657AA3;
}
.TagClassName
{
border-color: #657AA3;
}
</style>