Shades of Waikawa Grey #617A9C
Tints of Waikawa Grey #617A9C
RGB
CMYK
RGB Variations
Color information
#617A9C (or 0x617A9C) is known color: Waikawa Grey. HEX triplet: 61, 7A and 9C. RGB value is (97,122,156). Sum of RGB (Red+Green+Blue) = 97+122+156=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #617A9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A9C is #9E8563. Grayscale: #767676. Windows color (decimal): -10388836 or 10254945. OLE color: 10254945.
HSL color Cylindrical-coordinate representation of color #617A9C: hue angle of 214.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #617A9C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 122 | 156 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.39 |
| HSL | 214.58º | 0.23% | 0.5% | - |
| HSV(B) | 214.58º | 0.38% | 0.61% | - |
| XYZ | 17.89 | 18.86 | 34.15 | - |
| YUV | 118.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 156 | 0.38 | 0.22 | 0 | 0.39 | 214.58 | 0.23 | 0.5 |
| Hex | 61 | 7A | 9C | 26 | 16 | 0 | 27 | D7 | 17 | 32 |
| Octal | 141 | 172 | 234 | 46 | 26 | 0 | 47 | 327 | 27 | 62 |
| Binary | 1100001 | 1111010 | 10011100 | 100110 | 10110 | 0 | 100111 | 11010111 | 10111 | 110010 |
Color Harmonies of #617A9C
Complementary color
Monochromatic Colors of #617A9C
Black with #617A9C
Text Example
Text Example
White with #617A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A9C; }
p { color: rgb(97,122,156); }
H1.HeaderClassName
{
color: #617A9C;
}
.AnyTagClassName
{
color: #617A9C;
}
</style>
background-color css
<style>
a { background-color: #617A9C; }
a { background-color: rgb(97,122,156); }
div.DivClassName
{
background-color: #617A9C;
}
.BgClassName
{
background-color: #617A9C;
}
</style>
border-color css
<style>
span { border-color: #617A9C; }
span { border-color: rgb(97,122,156); }
td.TdClassName
{
border-color: #617A9C;
}
.TagClassName
{
border-color: #617A9C;
}
</style>