Shades of Hoki #617D89
Tints of Hoki #617D89
RGB
CMYK
RGB Variations
Color information
#617D89 (or 0x617D89) is known color: Hoki. HEX triplet: 61, 7D and 89. RGB value is (97,125,137). Sum of RGB (Red+Green+Blue) = 97+125+137=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 125 (49.22% from 255 or 34.82% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #617D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D89 is #9E8276. Grayscale: #757575. Windows color (decimal): -10388087 or 9010529. OLE color: 9010529.
HSL color Cylindrical-coordinate representation of color #617D89: hue angle of 198º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617D89 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 125 | 137 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.46 |
| HSL | 198º | 0.17% | 0.46% | - |
| HSV(B) | 198º | 0.29% | 0.54% | - |
| XYZ | 16.78 | 19.01 | 26.45 | - |
| YUV | 118 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 137 | 0.29 | 0.09 | 0 | 0.46 | 198 | 0.17 | 0.46 |
| Hex | 61 | 7D | 89 | 1D | 9 | 0 | 2E | C6 | 11 | 2E |
| Octal | 141 | 175 | 211 | 35 | 11 | 0 | 56 | 306 | 21 | 56 |
| Binary | 1100001 | 1111101 | 10001001 | 11101 | 1001 | 0 | 101110 | 11000110 | 10001 | 101110 |
Color Harmonies of #617D89
Complementary color
Monochromatic Colors of #617D89
Black with #617D89
Text Example
Text Example
White with #617D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D89; }
p { color: rgb(97,125,137); }
H1.HeaderClassName
{
color: #617D89;
}
.AnyTagClassName
{
color: #617D89;
}
</style>
background-color css
<style>
a { background-color: #617D89; }
a { background-color: rgb(97,125,137); }
div.DivClassName
{
background-color: #617D89;
}
.BgClassName
{
background-color: #617D89;
}
</style>
border-color css
<style>
span { border-color: #617D89; }
span { border-color: rgb(97,125,137); }
td.TdClassName
{
border-color: #617D89;
}
.TagClassName
{
border-color: #617D89;
}
</style>