Shades of Waikawa Grey #616D9C
Tints of Waikawa Grey #616D9C
RGB
CMYK
RGB Variations
Color information
#616D9C (or 0x616D9C) is known color: Waikawa Grey. HEX triplet: 61, 6D and 9C. RGB value is (97,109,156). Sum of RGB (Red+Green+Blue) = 97+109+156=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #616D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9C is #9E9263. Grayscale: #6E6E6E. Windows color (decimal): -10392164 or 10251617. OLE color: 10251617.
HSL color Cylindrical-coordinate representation of color #616D9C: hue angle of 227.8º 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 #616D9C is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 109 | 156 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.39 |
| HSL | 227.8º | 0.23% | 0.5% | - |
| HSV(B) | 227.8º | 0.38% | 0.61% | - |
| XYZ | 16.4 | 15.88 | 33.65 | - |
| YUV | 110.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 156 | 0.38 | 0.30 | 0 | 0.39 | 227.8 | 0.23 | 0.5 |
| Hex | 61 | 6D | 9C | 26 | 1E | 0 | 27 | E4 | 17 | 32 |
| Octal | 141 | 155 | 234 | 46 | 36 | 0 | 47 | 344 | 27 | 62 |
| Binary | 1100001 | 1101101 | 10011100 | 100110 | 11110 | 0 | 100111 | 11100100 | 10111 | 110010 |
Color Harmonies of #616D9C
Complementary color
Monochromatic Colors of #616D9C
Black with #616D9C
Text Example
Text Example
White with #616D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D9C; }
p { color: rgb(97,109,156); }
H1.HeaderClassName
{
color: #616D9C;
}
.AnyTagClassName
{
color: #616D9C;
}
</style>
background-color css
<style>
a { background-color: #616D9C; }
a { background-color: rgb(97,109,156); }
div.DivClassName
{
background-color: #616D9C;
}
.BgClassName
{
background-color: #616D9C;
}
</style>
border-color css
<style>
span { border-color: #616D9C; }
span { border-color: rgb(97,109,156); }
td.TdClassName
{
border-color: #616D9C;
}
.TagClassName
{
border-color: #616D9C;
}
</style>