Shades of Waikawa Grey #61719B
Tints of Waikawa Grey #61719B
RGB
CMYK
RGB Variations
Color information
#61719B (or 0x61719B) is known color: Waikawa Grey. HEX triplet: 61, 71 and 9B. RGB value is (97,113,155). Sum of RGB (Red+Green+Blue) = 97+113+155=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #61719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61719B is #9E8E64. Grayscale: #707070. Windows color (decimal): -10391141 or 10187105. OLE color: 10187105.
HSL color Cylindrical-coordinate representation of color #61719B: hue angle of 223.45º 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 #61719B is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 113 | 155 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.39 |
| HSL | 223.45º | 0.23% | 0.49% | - |
| HSV(B) | 223.45º | 0.37% | 0.61% | - |
| XYZ | 16.75 | 16.72 | 33.35 | - |
| YUV | 113 | 151.7 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 113 | 155 | 0.37 | 0.27 | 0 | 0.39 | 223.45 | 0.23 | 0.49 |
| Hex | 61 | 71 | 9B | 25 | 1B | 0 | 27 | DF | 17 | 31 |
| Octal | 141 | 161 | 233 | 45 | 33 | 0 | 47 | 337 | 27 | 61 |
| Binary | 1100001 | 1110001 | 10011011 | 100101 | 11011 | 0 | 100111 | 11011111 | 10111 | 110001 |
Color Harmonies of #61719B
Complementary color
Monochromatic Colors of #61719B
Black with #61719B
Text Example
Text Example
White with #61719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61719B; }
p { color: rgb(97,113,155); }
H1.HeaderClassName
{
color: #61719B;
}
.AnyTagClassName
{
color: #61719B;
}
</style>
background-color css
<style>
a { background-color: #61719B; }
a { background-color: rgb(97,113,155); }
div.DivClassName
{
background-color: #61719B;
}
.BgClassName
{
background-color: #61719B;
}
</style>
border-color css
<style>
span { border-color: #61719B; }
span { border-color: rgb(97,113,155); }
td.TdClassName
{
border-color: #61719B;
}
.TagClassName
{
border-color: #61719B;
}
</style>