Shades of Hoki #617A83
Tints of Hoki #617A83
RGB
CMYK
RGB Variations
Color information
#617A83 (or 0x617A83) is known color: Hoki. HEX triplet: 61, 7A and 83. RGB value is (97,122,131). Sum of RGB (Red+Green+Blue) = 97+122+131=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #617A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A83 is #9E857C. Grayscale: #737373. Windows color (decimal): -10388861 or 8616545. OLE color: 8616545.
HSL color Cylindrical-coordinate representation of color #617A83: hue angle of 195.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617A83 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 122 | 131 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.49 |
| HSL | 195.88º | 0.15% | 0.45% | - |
| HSV(B) | 195.88º | 0.26% | 0.51% | - |
| XYZ | 15.99 | 18.1 | 24.12 | - |
| YUV | 115.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 131 | 0.26 | 0.07 | 0 | 0.49 | 195.88 | 0.15 | 0.45 |
| Hex | 61 | 7A | 83 | 1A | 7 | 0 | 31 | C4 | F | 2D |
| Octal | 141 | 172 | 203 | 32 | 7 | 0 | 61 | 304 | 17 | 55 |
| Binary | 1100001 | 1111010 | 10000011 | 11010 | 111 | 0 | 110001 | 11000100 | 1111 | 101101 |
Color Harmonies of #617A83
Complementary color
Monochromatic Colors of #617A83
Black with #617A83
Text Example
Text Example
White with #617A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617A83; }
p { color: rgb(97,122,131); }
H1.HeaderClassName
{
color: #617A83;
}
.AnyTagClassName
{
color: #617A83;
}
</style>
background-color css
<style>
a { background-color: #617A83; }
a { background-color: rgb(97,122,131); }
div.DivClassName
{
background-color: #617A83;
}
.BgClassName
{
background-color: #617A83;
}
</style>
border-color css
<style>
span { border-color: #617A83; }
span { border-color: rgb(97,122,131); }
td.TdClassName
{
border-color: #617A83;
}
.TagClassName
{
border-color: #617A83;
}
</style>