Shades of Waikawa Grey #657A9B
Tints of Waikawa Grey #657A9B
RGB
CMYK
RGB Variations
Color information
#657A9B (or 0x657A9B) is known color: Waikawa Grey. HEX triplet: 65, 7A and 9B. RGB value is (101,122,155). Sum of RGB (Red+Green+Blue) = 101+122+155=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #657A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A9B is #9A8564. Grayscale: #777777. Windows color (decimal): -10126693 or 10189413. OLE color: 10189413.
HSL color Cylindrical-coordinate representation of color #657A9B: hue angle of 216.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657A9B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 122 | 155 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.39 |
| HSL | 216.67º | 0.21% | 0.5% | - |
| HSV(B) | 216.67º | 0.35% | 0.61% | - |
| XYZ | 18.24 | 19.05 | 33.73 | - |
| YUV | 119.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 155 | 0.35 | 0.21 | 0 | 0.39 | 216.67 | 0.21 | 0.5 |
| Hex | 65 | 7A | 9B | 23 | 15 | 0 | 27 | D9 | 15 | 32 |
| Octal | 145 | 172 | 233 | 43 | 25 | 0 | 47 | 331 | 25 | 62 |
| Binary | 1100101 | 1111010 | 10011011 | 100011 | 10101 | 0 | 100111 | 11011001 | 10101 | 110010 |
Color Harmonies of #657A9B
Complementary color
Monochromatic Colors of #657A9B
Black with #657A9B
Text Example
Text Example
White with #657A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A9B; }
p { color: rgb(101,122,155); }
H1.HeaderClassName
{
color: #657A9B;
}
.AnyTagClassName
{
color: #657A9B;
}
</style>
background-color css
<style>
a { background-color: #657A9B; }
a { background-color: rgb(101,122,155); }
div.DivClassName
{
background-color: #657A9B;
}
.BgClassName
{
background-color: #657A9B;
}
</style>
border-color css
<style>
span { border-color: #657A9B; }
span { border-color: rgb(101,122,155); }
td.TdClassName
{
border-color: #657A9B;
}
.TagClassName
{
border-color: #657A9B;
}
</style>