Shades of Waikawa Grey #61789C
Tints of Waikawa Grey #61789C
RGB
CMYK
RGB Variations
Color information
#61789C (or 0x61789C) is known color: Waikawa Grey. HEX triplet: 61, 78 and 9C. RGB value is (97,120,156). Sum of RGB (Red+Green+Blue) = 97+120+156=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #61789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61789C is #9E8763. Grayscale: #757575. Windows color (decimal): -10389348 or 10254433. OLE color: 10254433.
HSL color Cylindrical-coordinate representation of color #61789C: hue angle of 216.61º 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 #61789C is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 120 | 156 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.39 |
| HSL | 216.61º | 0.23% | 0.5% | - |
| HSV(B) | 216.61º | 0.38% | 0.61% | - |
| XYZ | 17.65 | 18.37 | 34.07 | - |
| YUV | 117.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 156 | 0.38 | 0.23 | 0 | 0.39 | 216.61 | 0.23 | 0.5 |
| Hex | 61 | 78 | 9C | 26 | 17 | 0 | 27 | D9 | 17 | 32 |
| Octal | 141 | 170 | 234 | 46 | 27 | 0 | 47 | 331 | 27 | 62 |
| Binary | 1100001 | 1111000 | 10011100 | 100110 | 10111 | 0 | 100111 | 11011001 | 10111 | 110010 |
Color Harmonies of #61789C
Complementary color
Monochromatic Colors of #61789C
Black with #61789C
Text Example
Text Example
White with #61789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61789C; }
p { color: rgb(97,120,156); }
H1.HeaderClassName
{
color: #61789C;
}
.AnyTagClassName
{
color: #61789C;
}
</style>
background-color css
<style>
a { background-color: #61789C; }
a { background-color: rgb(97,120,156); }
div.DivClassName
{
background-color: #61789C;
}
.BgClassName
{
background-color: #61789C;
}
</style>
border-color css
<style>
span { border-color: #61789C; }
span { border-color: rgb(97,120,156); }
td.TdClassName
{
border-color: #61789C;
}
.TagClassName
{
border-color: #61789C;
}
</style>