Shades of Hoki #617F89
Tints of Hoki #617F89
RGB
CMYK
RGB Variations
Color information
#617F89 (or 0x617F89) is known color: Hoki. HEX triplet: 61, 7F and 89. RGB value is (97,127,137). Sum of RGB (Red+Green+Blue) = 97+127+137=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #617F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F89 is #9E8076. Grayscale: #777777. Windows color (decimal): -10387575 or 9011041. OLE color: 9011041.
HSL color Cylindrical-coordinate representation of color #617F89: hue angle of 195º 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 #617F89 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 127 | 137 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.46 |
| HSL | 195º | 0.17% | 0.46% | - |
| HSV(B) | 195º | 0.29% | 0.54% | - |
| XYZ | 17.03 | 19.53 | 26.54 | - |
| YUV | 119.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 127 | 137 | 0.29 | 0.07 | 0 | 0.46 | 195 | 0.17 | 0.46 |
| Hex | 61 | 7F | 89 | 1D | 7 | 0 | 2E | C3 | 11 | 2E |
| Octal | 141 | 177 | 211 | 35 | 7 | 0 | 56 | 303 | 21 | 56 |
| Binary | 1100001 | 1111111 | 10001001 | 11101 | 111 | 0 | 101110 | 11000011 | 10001 | 101110 |
Color Harmonies of #617F89
Complementary color
Monochromatic Colors of #617F89
Black with #617F89
Text Example
Text Example
White with #617F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617F89; }
p { color: rgb(97,127,137); }
H1.HeaderClassName
{
color: #617F89;
}
.AnyTagClassName
{
color: #617F89;
}
</style>
background-color css
<style>
a { background-color: #617F89; }
a { background-color: rgb(97,127,137); }
div.DivClassName
{
background-color: #617F89;
}
.BgClassName
{
background-color: #617F89;
}
</style>
border-color css
<style>
span { border-color: #617F89; }
span { border-color: rgb(97,127,137); }
td.TdClassName
{
border-color: #617F89;
}
.TagClassName
{
border-color: #617F89;
}
</style>