Shades of Hoki #617A87
Tints of Hoki #617A87
RGB
CMYK
RGB Variations
Color information
#617A87 (or 0x617A87) is known color: Hoki. HEX triplet: 61, 7A and 87. RGB value is (97,122,135). Sum of RGB (Red+Green+Blue) = 97+122+135=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #617A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A87 is #9E8578. Grayscale: #737373. Windows color (decimal): -10388857 or 8878689. OLE color: 8878689.
HSL color Cylindrical-coordinate representation of color #617A87: hue angle of 200.53º 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 #617A87 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 122 | 135 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.47 |
| HSL | 200.53º | 0.16% | 0.45% | - |
| HSV(B) | 200.53º | 0.28% | 0.53% | - |
| XYZ | 16.26 | 18.21 | 25.58 | - |
| YUV | 116.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 135 | 0.28 | 0.10 | 0 | 0.47 | 200.53 | 0.16 | 0.45 |
| Hex | 61 | 7A | 87 | 1C | A | 0 | 2F | C9 | 10 | 2D |
| Octal | 141 | 172 | 207 | 34 | 12 | 0 | 57 | 311 | 20 | 55 |
| Binary | 1100001 | 1111010 | 10000111 | 11100 | 1010 | 0 | 101111 | 11001001 | 10000 | 101101 |
Color Harmonies of #617A87
Complementary color
Monochromatic Colors of #617A87
Black with #617A87
Text Example
Text Example
White with #617A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A87; }
p { color: rgb(97,122,135); }
H1.HeaderClassName
{
color: #617A87;
}
.AnyTagClassName
{
color: #617A87;
}
</style>
background-color css
<style>
a { background-color: #617A87; }
a { background-color: rgb(97,122,135); }
div.DivClassName
{
background-color: #617A87;
}
.BgClassName
{
background-color: #617A87;
}
</style>
border-color css
<style>
span { border-color: #617A87; }
span { border-color: rgb(97,122,135); }
td.TdClassName
{
border-color: #617A87;
}
.TagClassName
{
border-color: #617A87;
}
</style>