Shades of Waikawa Grey #61739D
Tints of Waikawa Grey #61739D
RGB
CMYK
RGB Variations
Color information
#61739D (or 0x61739D) is known color: Waikawa Grey. HEX triplet: 61, 73 and 9D. RGB value is (97,115,157). Sum of RGB (Red+Green+Blue) = 97+115+157=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #61739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61739D is #9E8C62. Grayscale: #727272. Windows color (decimal): -10390627 or 10318689. OLE color: 10318689.
HSL color Cylindrical-coordinate representation of color #61739D: hue angle of 222º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61739D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 115 | 157 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.38 |
| HSL | 222º | 0.24% | 0.5% | - |
| HSV(B) | 222º | 0.38% | 0.62% | - |
| XYZ | 17.15 | 17.24 | 34.32 | - |
| YUV | 114.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 115 | 157 | 0.38 | 0.27 | 0 | 0.38 | 222 | 0.24 | 0.5 |
| Hex | 61 | 73 | 9D | 26 | 1B | 0 | 26 | DE | 18 | 32 |
| Octal | 141 | 163 | 235 | 46 | 33 | 0 | 46 | 336 | 30 | 62 |
| Binary | 1100001 | 1110011 | 10011101 | 100110 | 11011 | 0 | 100110 | 11011110 | 11000 | 110010 |
Color Harmonies of #61739D
Complementary color
Monochromatic Colors of #61739D
Black with #61739D
Text Example
Text Example
White with #61739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61739D; }
p { color: rgb(97,115,157); }
H1.HeaderClassName
{
color: #61739D;
}
.AnyTagClassName
{
color: #61739D;
}
</style>
background-color css
<style>
a { background-color: #61739D; }
a { background-color: rgb(97,115,157); }
div.DivClassName
{
background-color: #61739D;
}
.BgClassName
{
background-color: #61739D;
}
</style>
border-color css
<style>
span { border-color: #61739D; }
span { border-color: rgb(97,115,157); }
td.TdClassName
{
border-color: #61739D;
}
.TagClassName
{
border-color: #61739D;
}
</style>