Shades of Hoki #617C85
Tints of Hoki #617C85
RGB
CMYK
RGB Variations
Color information
#617C85 (or 0x617C85) is known color: Hoki. HEX triplet: 61, 7C and 85. RGB value is (97,124,133). Sum of RGB (Red+Green+Blue) = 97+124+133=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 133 (52.34% from 255 or 37.57% from 354); Max value from RGB is 133 - color contains mainly: blue. Hex color #617C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C85 is #9E837A. Grayscale: #747474. Windows color (decimal): -10388347 or 8748129. OLE color: 8748129.
HSL color Cylindrical-coordinate representation of color #617C85: hue angle of 195º 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 #617C85 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 124 | 133 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.48 |
| HSL | 195º | 0.16% | 0.45% | - |
| HSV(B) | 195º | 0.27% | 0.52% | - |
| XYZ | 16.37 | 18.65 | 24.93 | - |
| YUV | 116.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 133 | 0.27 | 0.07 | 0 | 0.48 | 195 | 0.16 | 0.45 |
| Hex | 61 | 7C | 85 | 1B | 7 | 0 | 30 | C3 | 10 | 2D |
| Octal | 141 | 174 | 205 | 33 | 7 | 0 | 60 | 303 | 20 | 55 |
| Binary | 1100001 | 1111100 | 10000101 | 11011 | 111 | 0 | 110000 | 11000011 | 10000 | 101101 |
Color Harmonies of #617C85
Complementary color
Monochromatic Colors of #617C85
Black with #617C85
Text Example
Text Example
White with #617C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C85; }
p { color: rgb(97,124,133); }
H1.HeaderClassName
{
color: #617C85;
}
.AnyTagClassName
{
color: #617C85;
}
</style>
background-color css
<style>
a { background-color: #617C85; }
a { background-color: rgb(97,124,133); }
div.DivClassName
{
background-color: #617C85;
}
.BgClassName
{
background-color: #617C85;
}
</style>
border-color css
<style>
span { border-color: #617C85; }
span { border-color: rgb(97,124,133); }
td.TdClassName
{
border-color: #617C85;
}
.TagClassName
{
border-color: #617C85;
}
</style>