Shades of Waikawa Grey #61759C
Tints of Waikawa Grey #61759C
RGB
CMYK
RGB Variations
Color information
#61759C (or 0x61759C) is known color: Waikawa Grey. HEX triplet: 61, 75 and 9C. RGB value is (97,117,156). Sum of RGB (Red+Green+Blue) = 97+117+156=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #61759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61759C is #9E8A63. Grayscale: #737373. Windows color (decimal): -10390116 or 10253665. OLE color: 10253665.
HSL color Cylindrical-coordinate representation of color #61759C: hue angle of 219.66º 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 #61759C is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 117 | 156 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.39 |
| HSL | 219.66º | 0.23% | 0.5% | - |
| HSV(B) | 219.66º | 0.38% | 0.61% | - |
| XYZ | 17.29 | 17.66 | 33.95 | - |
| YUV | 115.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 156 | 0.38 | 0.25 | 0 | 0.39 | 219.66 | 0.23 | 0.5 |
| Hex | 61 | 75 | 9C | 26 | 19 | 0 | 27 | DC | 17 | 32 |
| Octal | 141 | 165 | 234 | 46 | 31 | 0 | 47 | 334 | 27 | 62 |
| Binary | 1100001 | 1110101 | 10011100 | 100110 | 11001 | 0 | 100111 | 11011100 | 10111 | 110010 |
Color Harmonies of #61759C
Complementary color
Monochromatic Colors of #61759C
Black with #61759C
Text Example
Text Example
White with #61759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61759C; }
p { color: rgb(97,117,156); }
H1.HeaderClassName
{
color: #61759C;
}
.AnyTagClassName
{
color: #61759C;
}
</style>
background-color css
<style>
a { background-color: #61759C; }
a { background-color: rgb(97,117,156); }
div.DivClassName
{
background-color: #61759C;
}
.BgClassName
{
background-color: #61759C;
}
</style>
border-color css
<style>
span { border-color: #61759C; }
span { border-color: rgb(97,117,156); }
td.TdClassName
{
border-color: #61759C;
}
.TagClassName
{
border-color: #61759C;
}
</style>