Shades of Hoki #617C84
Tints of Hoki #617C84
RGB
CMYK
RGB Variations
Color information
#617C84 (or 0x617C84) is known color: Hoki. HEX triplet: 61, 7C and 84. RGB value is (97,124,132). Sum of RGB (Red+Green+Blue) = 97+124+132=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #617C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C84 is #9E837B. Grayscale: #747474. Windows color (decimal): -10388348 or 8682593. OLE color: 8682593.
HSL color Cylindrical-coordinate representation of color #617C84: hue angle of 193.71º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617C84 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 124 | 132 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.48 |
| HSL | 193.71º | 0.15% | 0.45% | - |
| HSV(B) | 193.71º | 0.27% | 0.52% | - |
| XYZ | 16.3 | 18.62 | 24.57 | - |
| YUV | 116.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 132 | 0.27 | 0.06 | 0 | 0.48 | 193.71 | 0.15 | 0.45 |
| Hex | 61 | 7C | 84 | 1B | 6 | 0 | 30 | C2 | F | 2D |
| Octal | 141 | 174 | 204 | 33 | 6 | 0 | 60 | 302 | 17 | 55 |
| Binary | 1100001 | 1111100 | 10000100 | 11011 | 110 | 0 | 110000 | 11000010 | 1111 | 101101 |
Color Harmonies of #617C84
Complementary color
Monochromatic Colors of #617C84
Black with #617C84
Text Example
Text Example
White with #617C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C84; }
p { color: rgb(97,124,132); }
H1.HeaderClassName
{
color: #617C84;
}
.AnyTagClassName
{
color: #617C84;
}
</style>
background-color css
<style>
a { background-color: #617C84; }
a { background-color: rgb(97,124,132); }
div.DivClassName
{
background-color: #617C84;
}
.BgClassName
{
background-color: #617C84;
}
</style>
border-color css
<style>
span { border-color: #617C84; }
span { border-color: rgb(97,124,132); }
td.TdClassName
{
border-color: #617C84;
}
.TagClassName
{
border-color: #617C84;
}
</style>