Shades of Waikawa Grey #616C9B
Tints of Waikawa Grey #616C9B
RGB
CMYK
RGB Variations
Color information
#616C9B (or 0x616C9B) is known color: Waikawa Grey. HEX triplet: 61, 6C and 9B. RGB value is (97,108,155). Sum of RGB (Red+Green+Blue) = 97+108+155=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #616C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616C9B is #9E9364. Grayscale: #6D6D6D. Windows color (decimal): -10392421 or 10185825. OLE color: 10185825.
HSL color Cylindrical-coordinate representation of color #616C9B: hue angle of 228.62º 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 #616C9B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 108 | 155 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.39 |
| HSL | 228.62º | 0.23% | 0.49% | - |
| HSV(B) | 228.62º | 0.37% | 0.61% | - |
| XYZ | 16.21 | 15.63 | 33.17 | - |
| YUV | 110.07 | 153.36 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 108 | 155 | 0.37 | 0.30 | 0 | 0.39 | 228.62 | 0.23 | 0.49 |
| Hex | 61 | 6C | 9B | 25 | 1E | 0 | 27 | E5 | 17 | 31 |
| Octal | 141 | 154 | 233 | 45 | 36 | 0 | 47 | 345 | 27 | 61 |
| Binary | 1100001 | 1101100 | 10011011 | 100101 | 11110 | 0 | 100111 | 11100101 | 10111 | 110001 |
Color Harmonies of #616C9B
Complementary color
Monochromatic Colors of #616C9B
Black with #616C9B
Text Example
Text Example
White with #616C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616C9B; }
p { color: rgb(97,108,155); }
H1.HeaderClassName
{
color: #616C9B;
}
.AnyTagClassName
{
color: #616C9B;
}
</style>
background-color css
<style>
a { background-color: #616C9B; }
a { background-color: rgb(97,108,155); }
div.DivClassName
{
background-color: #616C9B;
}
.BgClassName
{
background-color: #616C9B;
}
</style>
border-color css
<style>
span { border-color: #616C9B; }
span { border-color: rgb(97,108,155); }
td.TdClassName
{
border-color: #616C9B;
}
.TagClassName
{
border-color: #616C9B;
}
</style>