Shades of Hoki #617D85
Tints of Hoki #617D85
RGB
CMYK
RGB Variations
Color information
#617D85 (or 0x617D85) is known color: Hoki. HEX triplet: 61, 7D and 85. RGB value is (97,125,133). Sum of RGB (Red+Green+Blue) = 97+125+133=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #617D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D85 is #9E827A. Grayscale: #757575. Windows color (decimal): -10388091 or 8748385. OLE color: 8748385.
HSL color Cylindrical-coordinate representation of color #617D85: hue angle of 193.33º degrees, saturation: 0.16, 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 #617D85 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 125 | 133 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.48 |
| HSL | 193.33º | 0.16% | 0.45% | - |
| HSV(B) | 193.33º | 0.27% | 0.52% | - |
| XYZ | 16.5 | 18.9 | 24.97 | - |
| YUV | 117.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 133 | 0.27 | 0.06 | 0 | 0.48 | 193.33 | 0.16 | 0.45 |
| Hex | 61 | 7D | 85 | 1B | 6 | 0 | 30 | C1 | 10 | 2D |
| Octal | 141 | 175 | 205 | 33 | 6 | 0 | 60 | 301 | 20 | 55 |
| Binary | 1100001 | 1111101 | 10000101 | 11011 | 110 | 0 | 110000 | 11000001 | 10000 | 101101 |
Color Harmonies of #617D85
Complementary color
Monochromatic Colors of #617D85
Black with #617D85
Text Example
Text Example
White with #617D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D85; }
p { color: rgb(97,125,133); }
H1.HeaderClassName
{
color: #617D85;
}
.AnyTagClassName
{
color: #617D85;
}
</style>
background-color css
<style>
a { background-color: #617D85; }
a { background-color: rgb(97,125,133); }
div.DivClassName
{
background-color: #617D85;
}
.BgClassName
{
background-color: #617D85;
}
</style>
border-color css
<style>
span { border-color: #617D85; }
span { border-color: rgb(97,125,133); }
td.TdClassName
{
border-color: #617D85;
}
.TagClassName
{
border-color: #617D85;
}
</style>