Shades of Waikawa Grey #61689C
Tints of Waikawa Grey #61689C
RGB
CMYK
RGB Variations
Color information
#61689C (or 0x61689C) is known color: Waikawa Grey. HEX triplet: 61, 68 and 9C. RGB value is (97,104,156). Sum of RGB (Red+Green+Blue) = 97+104+156=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #61689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61689C is #9E9763. Grayscale: #6B6B6B. Windows color (decimal): -10393444 or 10250337. OLE color: 10250337.
HSL color Cylindrical-coordinate representation of color #61689C: hue angle of 232.88º 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 #61689C is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 104 | 156 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.39 |
| HSL | 232.88º | 0.23% | 0.5% | - |
| HSV(B) | 232.88º | 0.38% | 0.61% | - |
| XYZ | 15.88 | 14.84 | 33.48 | - |
| YUV | 107.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 156 | 0.38 | 0.33 | 0 | 0.39 | 232.88 | 0.23 | 0.5 |
| Hex | 61 | 68 | 9C | 26 | 21 | 0 | 27 | E9 | 17 | 32 |
| Octal | 141 | 150 | 234 | 46 | 41 | 0 | 47 | 351 | 27 | 62 |
| Binary | 1100001 | 1101000 | 10011100 | 100110 | 100001 | 0 | 100111 | 11101001 | 10111 | 110010 |
Color Harmonies of #61689C
Complementary color
Monochromatic Colors of #61689C
Black with #61689C
Text Example
Text Example
White with #61689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61689C; }
p { color: rgb(97,104,156); }
H1.HeaderClassName
{
color: #61689C;
}
.AnyTagClassName
{
color: #61689C;
}
</style>
background-color css
<style>
a { background-color: #61689C; }
a { background-color: rgb(97,104,156); }
div.DivClassName
{
background-color: #61689C;
}
.BgClassName
{
background-color: #61689C;
}
</style>
border-color css
<style>
span { border-color: #61689C; }
span { border-color: rgb(97,104,156); }
td.TdClassName
{
border-color: #61689C;
}
.TagClassName
{
border-color: #61689C;
}
</style>