Shades of Hoki #617C88
Tints of Hoki #617C88
RGB
CMYK
RGB Variations
Color information
#617C88 (or 0x617C88) is known color: Hoki. HEX triplet: 61, 7C and 88. RGB value is (97,124,136). Sum of RGB (Red+Green+Blue) = 97+124+136=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #617C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C88 is #9E8377. Grayscale: #757575. Windows color (decimal): -10388344 or 8944737. OLE color: 8944737.
HSL color Cylindrical-coordinate representation of color #617C88: hue angle of 198.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617C88 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 124 | 136 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.47 |
| HSL | 198.46º | 0.17% | 0.46% | - |
| HSV(B) | 198.46º | 0.29% | 0.53% | - |
| XYZ | 16.58 | 18.73 | 26.03 | - |
| YUV | 117.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 136 | 0.29 | 0.09 | 0 | 0.47 | 198.46 | 0.17 | 0.46 |
| Hex | 61 | 7C | 88 | 1D | 9 | 0 | 2F | C6 | 11 | 2E |
| Octal | 141 | 174 | 210 | 35 | 11 | 0 | 57 | 306 | 21 | 56 |
| Binary | 1100001 | 1111100 | 10001000 | 11101 | 1001 | 0 | 101111 | 11000110 | 10001 | 101110 |
Color Harmonies of #617C88
Complementary color
Monochromatic Colors of #617C88
Black with #617C88
Text Example
Text Example
White with #617C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C88; }
p { color: rgb(97,124,136); }
H1.HeaderClassName
{
color: #617C88;
}
.AnyTagClassName
{
color: #617C88;
}
</style>
background-color css
<style>
a { background-color: #617C88; }
a { background-color: rgb(97,124,136); }
div.DivClassName
{
background-color: #617C88;
}
.BgClassName
{
background-color: #617C88;
}
</style>
border-color css
<style>
span { border-color: #617C88; }
span { border-color: rgb(97,124,136); }
td.TdClassName
{
border-color: #617C88;
}
.TagClassName
{
border-color: #617C88;
}
</style>