Shades of Waikawa Grey #616A9D
Tints of Waikawa Grey #616A9D
RGB
CMYK
RGB Variations
Color information
#616A9D (or 0x616A9D) is known color: Waikawa Grey. HEX triplet: 61, 6A and 9D. RGB value is (97,106,157). Sum of RGB (Red+Green+Blue) = 97+106+157=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #616A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A9D is #9E9562. Grayscale: #6C6C6C. Windows color (decimal): -10392931 or 10316385. OLE color: 10316385.
HSL color Cylindrical-coordinate representation of color #616A9D: hue angle of 231º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #616A9D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 106 | 157 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.38 |
| HSL | 231º | 0.24% | 0.5% | - |
| HSV(B) | 231º | 0.38% | 0.62% | - |
| XYZ | 16.17 | 15.28 | 34 | - |
| YUV | 109.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 157 | 0.38 | 0.32 | 0 | 0.38 | 231 | 0.24 | 0.5 |
| Hex | 61 | 6A | 9D | 26 | 20 | 0 | 26 | E7 | 18 | 32 |
| Octal | 141 | 152 | 235 | 46 | 40 | 0 | 46 | 347 | 30 | 62 |
| Binary | 1100001 | 1101010 | 10011101 | 100110 | 100000 | 0 | 100110 | 11100111 | 11000 | 110010 |
Color Harmonies of #616A9D
Complementary color
Monochromatic Colors of #616A9D
Black with #616A9D
Text Example
Text Example
White with #616A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A9D; }
p { color: rgb(97,106,157); }
H1.HeaderClassName
{
color: #616A9D;
}
.AnyTagClassName
{
color: #616A9D;
}
</style>
background-color css
<style>
a { background-color: #616A9D; }
a { background-color: rgb(97,106,157); }
div.DivClassName
{
background-color: #616A9D;
}
.BgClassName
{
background-color: #616A9D;
}
</style>
border-color css
<style>
span { border-color: #616A9D; }
span { border-color: rgb(97,106,157); }
td.TdClassName
{
border-color: #616A9D;
}
.TagClassName
{
border-color: #616A9D;
}
</style>