Shades of Hoki #617C82
Tints of Hoki #617C82
RGB
CMYK
RGB Variations
Color information
#617C82 (or 0x617C82) is known color: Hoki. HEX triplet: 61, 7C and 82. RGB value is (97,124,130). Sum of RGB (Red+Green+Blue) = 97+124+130=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #617C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C82 is #9E837D. Grayscale: #747474. Windows color (decimal): -10388350 or 8551521. OLE color: 8551521.
HSL color Cylindrical-coordinate representation of color #617C82: hue angle of 190.91º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617C82 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 124 | 130 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.49 |
| HSL | 190.91º | 0.15% | 0.45% | - |
| HSV(B) | 190.91º | 0.25% | 0.51% | - |
| XYZ | 16.17 | 18.57 | 23.85 | - |
| YUV | 116.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 130 | 0.25 | 0.05 | 0 | 0.49 | 190.91 | 0.15 | 0.45 |
| Hex | 61 | 7C | 82 | 19 | 5 | 0 | 31 | BF | F | 2D |
| Octal | 141 | 174 | 202 | 31 | 5 | 0 | 61 | 277 | 17 | 55 |
| Binary | 1100001 | 1111100 | 10000010 | 11001 | 101 | 0 | 110001 | 10111111 | 1111 | 101101 |
Color Harmonies of #617C82
Complementary color
Monochromatic Colors of #617C82
Black with #617C82
Text Example
Text Example
White with #617C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C82; }
p { color: rgb(97,124,130); }
H1.HeaderClassName
{
color: #617C82;
}
.AnyTagClassName
{
color: #617C82;
}
</style>
background-color css
<style>
a { background-color: #617C82; }
a { background-color: rgb(97,124,130); }
div.DivClassName
{
background-color: #617C82;
}
.BgClassName
{
background-color: #617C82;
}
</style>
border-color css
<style>
span { border-color: #617C82; }
span { border-color: rgb(97,124,130); }
td.TdClassName
{
border-color: #617C82;
}
.TagClassName
{
border-color: #617C82;
}
</style>