Shades of Waikawa Grey #617BA1
Tints of Waikawa Grey #617BA1
RGB
CMYK
RGB Variations
Color information
#617BA1 (or 0x617BA1) is known color: Waikawa Grey. HEX triplet: 61, 7B and A1. RGB value is (97,123,161). Sum of RGB (Red+Green+Blue) = 97+123+161=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 161 (63.28% from 255 or 42.26% from 381); Max value from RGB is 161 - color contains mainly: blue. Hex color #617BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617BA1 is #9E845E. Grayscale: #777777. Windows color (decimal): -10388575 or 10582881. OLE color: 10582881.
HSL color Cylindrical-coordinate representation of color #617BA1: hue angle of 215.62º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617BA1 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 123 | 161 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.37 |
| HSL | 215.63º | 0.25% | 0.51% | - |
| HSV(B) | 215.63º | 0.4% | 0.63% | - |
| XYZ | 18.45 | 19.28 | 36.47 | - |
| YUV | 119.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 161 | 0.40 | 0.24 | 0 | 0.37 | 215.63 | 0.25 | 0.51 |
| Hex | 61 | 7B | A1 | 28 | 18 | 0 | 25 | D8 | 19 | 33 |
| Octal | 141 | 173 | 241 | 50 | 30 | 0 | 45 | 330 | 31 | 63 |
| Binary | 1100001 | 1111011 | 10100001 | 101000 | 11000 | 0 | 100101 | 11011000 | 11001 | 110011 |
Color Harmonies of #617BA1
Complementary color
Monochromatic Colors of #617BA1
Black with #617BA1
Text Example
Text Example
White with #617BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617BA1; }
p { color: rgb(97,123,161); }
H1.HeaderClassName
{
color: #617BA1;
}
.AnyTagClassName
{
color: #617BA1;
}
</style>
background-color css
<style>
a { background-color: #617BA1; }
a { background-color: rgb(97,123,161); }
div.DivClassName
{
background-color: #617BA1;
}
.BgClassName
{
background-color: #617BA1;
}
</style>
border-color css
<style>
span { border-color: #617BA1; }
span { border-color: rgb(97,123,161); }
td.TdClassName
{
border-color: #617BA1;
}
.TagClassName
{
border-color: #617BA1;
}
</style>