Shades of Hoki #617E88
Tints of Hoki #617E88
RGB
CMYK
RGB Variations
Color information
#617E88 (or 0x617E88) is known color: Hoki. HEX triplet: 61, 7E and 88. RGB value is (97,126,136). Sum of RGB (Red+Green+Blue) = 97+126+136=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #617E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E88 is #9E8177. Grayscale: #767676. Windows color (decimal): -10387832 or 8945249. OLE color: 8945249.
HSL color Cylindrical-coordinate representation of color #617E88: hue angle of 195.38º 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 #617E88 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 126 | 136 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.47 |
| HSL | 195.38º | 0.17% | 0.46% | - |
| HSV(B) | 195.38º | 0.29% | 0.53% | - |
| XYZ | 16.83 | 19.24 | 26.12 | - |
| YUV | 118.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 136 | 0.29 | 0.07 | 0 | 0.47 | 195.38 | 0.17 | 0.46 |
| Hex | 61 | 7E | 88 | 1D | 7 | 0 | 2F | C3 | 11 | 2E |
| Octal | 141 | 176 | 210 | 35 | 7 | 0 | 57 | 303 | 21 | 56 |
| Binary | 1100001 | 1111110 | 10001000 | 11101 | 111 | 0 | 101111 | 11000011 | 10001 | 101110 |
Color Harmonies of #617E88
Complementary color
Monochromatic Colors of #617E88
Black with #617E88
Text Example
Text Example
White with #617E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E88; }
p { color: rgb(97,126,136); }
H1.HeaderClassName
{
color: #617E88;
}
.AnyTagClassName
{
color: #617E88;
}
</style>
background-color css
<style>
a { background-color: #617E88; }
a { background-color: rgb(97,126,136); }
div.DivClassName
{
background-color: #617E88;
}
.BgClassName
{
background-color: #617E88;
}
</style>
border-color css
<style>
span { border-color: #617E88; }
span { border-color: rgb(97,126,136); }
td.TdClassName
{
border-color: #617E88;
}
.TagClassName
{
border-color: #617E88;
}
</style>