Shades of Waikawa Grey #616F9D
Tints of Waikawa Grey #616F9D
RGB
CMYK
RGB Variations
Color information
#616F9D (or 0x616F9D) is known color: Waikawa Grey. HEX triplet: 61, 6F and 9D. RGB value is (97,111,157). Sum of RGB (Red+Green+Blue) = 97+111+157=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #616F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F9D is #9E9062. Grayscale: #6F6F6F. Windows color (decimal): -10391651 or 10317665. OLE color: 10317665.
HSL color Cylindrical-coordinate representation of color #616F9D: hue angle of 226º 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 #616F9D is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 111 | 157 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.38 |
| HSL | 226º | 0.24% | 0.5% | - |
| HSV(B) | 226º | 0.38% | 0.62% | - |
| XYZ | 16.7 | 16.34 | 34.17 | - |
| YUV | 112.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 157 | 0.38 | 0.29 | 0 | 0.38 | 226 | 0.24 | 0.5 |
| Hex | 61 | 6F | 9D | 26 | 1D | 0 | 26 | E2 | 18 | 32 |
| Octal | 141 | 157 | 235 | 46 | 35 | 0 | 46 | 342 | 30 | 62 |
| Binary | 1100001 | 1101111 | 10011101 | 100110 | 11101 | 0 | 100110 | 11100010 | 11000 | 110010 |
Color Harmonies of #616F9D
Complementary color
Monochromatic Colors of #616F9D
Black with #616F9D
Text Example
Text Example
White with #616F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F9D; }
p { color: rgb(97,111,157); }
H1.HeaderClassName
{
color: #616F9D;
}
.AnyTagClassName
{
color: #616F9D;
}
</style>
background-color css
<style>
a { background-color: #616F9D; }
a { background-color: rgb(97,111,157); }
div.DivClassName
{
background-color: #616F9D;
}
.BgClassName
{
background-color: #616F9D;
}
</style>
border-color css
<style>
span { border-color: #616F9D; }
span { border-color: rgb(97,111,157); }
td.TdClassName
{
border-color: #616F9D;
}
.TagClassName
{
border-color: #616F9D;
}
</style>