Shades of Hoki #617E8C
Tints of Hoki #617E8C
RGB
CMYK
RGB Variations
Color information
#617E8C (or 0x617E8C) is known color: Hoki. HEX triplet: 61, 7E and 8C. RGB value is (97,126,140). Sum of RGB (Red+Green+Blue) = 97+126+140=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #617E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E8C is #9E8173. Grayscale: #767676. Windows color (decimal): -10387828 or 9207393. OLE color: 9207393.
HSL color Cylindrical-coordinate representation of color #617E8C: hue angle of 199.53º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617E8C is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 126 | 140 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.45 |
| HSL | 199.53º | 0.18% | 0.46% | - |
| HSV(B) | 199.53º | 0.31% | 0.55% | - |
| XYZ | 17.12 | 19.36 | 27.64 | - |
| YUV | 118.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 140 | 0.31 | 0.10 | 0 | 0.45 | 199.53 | 0.18 | 0.46 |
| Hex | 61 | 7E | 8C | 1F | A | 0 | 2D | C8 | 12 | 2E |
| Octal | 141 | 176 | 214 | 37 | 12 | 0 | 55 | 310 | 22 | 56 |
| Binary | 1100001 | 1111110 | 10001100 | 11111 | 1010 | 0 | 101101 | 11001000 | 10010 | 101110 |
Color Harmonies of #617E8C
Complementary color
Monochromatic Colors of #617E8C
Black with #617E8C
Text Example
Text Example
White with #617E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E8C; }
p { color: rgb(97,126,140); }
H1.HeaderClassName
{
color: #617E8C;
}
.AnyTagClassName
{
color: #617E8C;
}
</style>
background-color css
<style>
a { background-color: #617E8C; }
a { background-color: rgb(97,126,140); }
div.DivClassName
{
background-color: #617E8C;
}
.BgClassName
{
background-color: #617E8C;
}
</style>
border-color css
<style>
span { border-color: #617E8C; }
span { border-color: rgb(97,126,140); }
td.TdClassName
{
border-color: #617E8C;
}
.TagClassName
{
border-color: #617E8C;
}
</style>