Shades of Waikawa Grey #617A9B
Tints of Waikawa Grey #617A9B
RGB
CMYK
RGB Variations
Color information
#617A9B (or 0x617A9B) is known color: Waikawa Grey. HEX triplet: 61, 7A and 9B. RGB value is (97,122,155). Sum of RGB (Red+Green+Blue) = 97+122+155=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #617A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A9B is #9E8564. Grayscale: #767676. Windows color (decimal): -10388837 or 10189409. OLE color: 10189409.
HSL color Cylindrical-coordinate representation of color #617A9B: hue angle of 214.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #617A9B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 122 | 155 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.39 |
| HSL | 214.14º | 0.23% | 0.49% | - |
| HSV(B) | 214.14º | 0.37% | 0.61% | - |
| XYZ | 17.81 | 18.83 | 33.71 | - |
| YUV | 118.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 155 | 0.37 | 0.21 | 0 | 0.39 | 214.14 | 0.23 | 0.49 |
| Hex | 61 | 7A | 9B | 25 | 15 | 0 | 27 | D6 | 17 | 31 |
| Octal | 141 | 172 | 233 | 45 | 25 | 0 | 47 | 326 | 27 | 61 |
| Binary | 1100001 | 1111010 | 10011011 | 100101 | 10101 | 0 | 100111 | 11010110 | 10111 | 110001 |
Color Harmonies of #617A9B
Complementary color
Monochromatic Colors of #617A9B
Black with #617A9B
Text Example
Text Example
White with #617A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A9B; }
p { color: rgb(97,122,155); }
H1.HeaderClassName
{
color: #617A9B;
}
.AnyTagClassName
{
color: #617A9B;
}
</style>
background-color css
<style>
a { background-color: #617A9B; }
a { background-color: rgb(97,122,155); }
div.DivClassName
{
background-color: #617A9B;
}
.BgClassName
{
background-color: #617A9B;
}
</style>
border-color css
<style>
span { border-color: #617A9B; }
span { border-color: rgb(97,122,155); }
td.TdClassName
{
border-color: #617A9B;
}
.TagClassName
{
border-color: #617A9B;
}
</style>