Shades of Waikawa Grey #61729B
Tints of Waikawa Grey #61729B
RGB
CMYK
RGB Variations
Color information
#61729B (or 0x61729B) is known color: Waikawa Grey. HEX triplet: 61, 72 and 9B. RGB value is (97,114,155). Sum of RGB (Red+Green+Blue) = 97+114+155=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #61729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61729B is #9E8D64. Grayscale: #717171. Windows color (decimal): -10390885 or 10187361. OLE color: 10187361.
HSL color Cylindrical-coordinate representation of color #61729B: hue angle of 222.41º 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 #61729B is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 114 | 155 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.39 |
| HSL | 222.41º | 0.23% | 0.49% | - |
| HSV(B) | 222.41º | 0.37% | 0.61% | - |
| XYZ | 16.86 | 16.94 | 33.39 | - |
| YUV | 113.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 155 | 0.37 | 0.26 | 0 | 0.39 | 222.41 | 0.23 | 0.49 |
| Hex | 61 | 72 | 9B | 25 | 1A | 0 | 27 | DE | 17 | 31 |
| Octal | 141 | 162 | 233 | 45 | 32 | 0 | 47 | 336 | 27 | 61 |
| Binary | 1100001 | 1110010 | 10011011 | 100101 | 11010 | 0 | 100111 | 11011110 | 10111 | 110001 |
Color Harmonies of #61729B
Complementary color
Monochromatic Colors of #61729B
Black with #61729B
Text Example
Text Example
White with #61729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61729B; }
p { color: rgb(97,114,155); }
H1.HeaderClassName
{
color: #61729B;
}
.AnyTagClassName
{
color: #61729B;
}
</style>
background-color css
<style>
a { background-color: #61729B; }
a { background-color: rgb(97,114,155); }
div.DivClassName
{
background-color: #61729B;
}
.BgClassName
{
background-color: #61729B;
}
</style>
border-color css
<style>
span { border-color: #61729B; }
span { border-color: rgb(97,114,155); }
td.TdClassName
{
border-color: #61729B;
}
.TagClassName
{
border-color: #61729B;
}
</style>