Shades of Waikawa Grey #61768F
Tints of Waikawa Grey #61768F
RGB
CMYK
RGB Variations
Color information
#61768F (or 0x61768F) is known color: Waikawa Grey. HEX triplet: 61, 76 and 8F. RGB value is (97,118,143). Sum of RGB (Red+Green+Blue) = 97+118+143=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #61768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768F is #9E8970. Grayscale: #727272. Windows color (decimal): -10389873 or 9401953. OLE color: 9401953.
HSL color Cylindrical-coordinate representation of color #61768F: hue angle of 212.61º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61768F is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 118 | 143 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.44 |
| HSL | 212.61º | 0.19% | 0.47% | - |
| HSV(B) | 212.61º | 0.32% | 0.56% | - |
| XYZ | 16.37 | 17.48 | 28.5 | - |
| YUV | 114.57 | 144.04 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 143 | 0.32 | 0.17 | 0 | 0.44 | 212.61 | 0.19 | 0.47 |
| Hex | 61 | 76 | 8F | 20 | 11 | 0 | 2C | D5 | 13 | 2F |
| Octal | 141 | 166 | 217 | 40 | 21 | 0 | 54 | 325 | 23 | 57 |
| Binary | 1100001 | 1110110 | 10001111 | 100000 | 10001 | 0 | 101100 | 11010101 | 10011 | 101111 |
Color Harmonies of #61768F
Complementary color
Monochromatic Colors of #61768F
Black with #61768F
Text Example
Text Example
White with #61768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61768F; }
p { color: rgb(97,118,143); }
H1.HeaderClassName
{
color: #61768F;
}
.AnyTagClassName
{
color: #61768F;
}
</style>
background-color css
<style>
a { background-color: #61768F; }
a { background-color: rgb(97,118,143); }
div.DivClassName
{
background-color: #61768F;
}
.BgClassName
{
background-color: #61768F;
}
</style>
border-color css
<style>
span { border-color: #61768F; }
span { border-color: rgb(97,118,143); }
td.TdClassName
{
border-color: #61768F;
}
.TagClassName
{
border-color: #61768F;
}
</style>