Shades of Hoki #617E87
Tints of Hoki #617E87
RGB
CMYK
RGB Variations
Color information
#617E87 (or 0x617E87) is known color: Hoki. HEX triplet: 61, 7E and 87. RGB value is (97,126,135). Sum of RGB (Red+Green+Blue) = 97+126+135=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #617E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E87 is #9E8178. Grayscale: #767676. Windows color (decimal): -10387833 or 8879713. OLE color: 8879713.
HSL color Cylindrical-coordinate representation of color #617E87: hue angle of 194.21º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617E87 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 126 | 135 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.47 |
| HSL | 194.21º | 0.16% | 0.45% | - |
| HSV(B) | 194.21º | 0.28% | 0.53% | - |
| XYZ | 16.76 | 19.21 | 25.75 | - |
| YUV | 118.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 135 | 0.28 | 0.07 | 0 | 0.47 | 194.21 | 0.16 | 0.45 |
| Hex | 61 | 7E | 87 | 1C | 7 | 0 | 2F | C2 | 10 | 2D |
| Octal | 141 | 176 | 207 | 34 | 7 | 0 | 57 | 302 | 20 | 55 |
| Binary | 1100001 | 1111110 | 10000111 | 11100 | 111 | 0 | 101111 | 11000010 | 10000 | 101101 |
Color Harmonies of #617E87
Complementary color
Monochromatic Colors of #617E87
Black with #617E87
Text Example
Text Example
White with #617E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E87; }
p { color: rgb(97,126,135); }
H1.HeaderClassName
{
color: #617E87;
}
.AnyTagClassName
{
color: #617E87;
}
</style>
background-color css
<style>
a { background-color: #617E87; }
a { background-color: rgb(97,126,135); }
div.DivClassName
{
background-color: #617E87;
}
.BgClassName
{
background-color: #617E87;
}
</style>
border-color css
<style>
span { border-color: #617E87; }
span { border-color: rgb(97,126,135); }
td.TdClassName
{
border-color: #617E87;
}
.TagClassName
{
border-color: #617E87;
}
</style>