Shades of Waikawa Grey #61688C
Tints of Waikawa Grey #61688C
RGB
CMYK
RGB Variations
Color information
#61688C (or 0x61688C) is known color: Waikawa Grey. HEX triplet: 61, 68 and 8C. RGB value is (97,104,140). Sum of RGB (Red+Green+Blue) = 97+104+140=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #61688C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61688C is #9E9773. Grayscale: #696969. Windows color (decimal): -10393460 or 9201761. OLE color: 9201761.
HSL color Cylindrical-coordinate representation of color #61688C: hue angle of 230.23º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61688C is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 104 | 140 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.45 |
| HSL | 230.23º | 0.18% | 0.46% | - |
| HSV(B) | 230.23º | 0.31% | 0.55% | - |
| XYZ | 14.61 | 14.34 | 26.81 | - |
| YUV | 106.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 140 | 0.31 | 0.26 | 0 | 0.45 | 230.23 | 0.18 | 0.46 |
| Hex | 61 | 68 | 8C | 1F | 1A | 0 | 2D | E6 | 12 | 2E |
| Octal | 141 | 150 | 214 | 37 | 32 | 0 | 55 | 346 | 22 | 56 |
| Binary | 1100001 | 1101000 | 10001100 | 11111 | 11010 | 0 | 101101 | 11100110 | 10010 | 101110 |
Color Harmonies of #61688C
Complementary color
Monochromatic Colors of #61688C
Black with #61688C
Text Example
Text Example
White with #61688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61688C; }
p { color: rgb(97,104,140); }
H1.HeaderClassName
{
color: #61688C;
}
.AnyTagClassName
{
color: #61688C;
}
</style>
background-color css
<style>
a { background-color: #61688C; }
a { background-color: rgb(97,104,140); }
div.DivClassName
{
background-color: #61688C;
}
.BgClassName
{
background-color: #61688C;
}
</style>
border-color css
<style>
span { border-color: #61688C; }
span { border-color: rgb(97,104,140); }
td.TdClassName
{
border-color: #61688C;
}
.TagClassName
{
border-color: #61688C;
}
</style>