Shades of Hoki #61808E
Tints of Hoki #61808E
RGB
CMYK
RGB Variations
Color information
#61808E (or 0x61808E) is known color: Hoki. HEX triplet: 61, 80 and 8E. RGB value is (97,128,142). Sum of RGB (Red+Green+Blue) = 97+128+142=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #61808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61808E is #9E7F71. Grayscale: #787878. Windows color (decimal): -10387314 or 9338977. OLE color: 9338977.
HSL color Cylindrical-coordinate representation of color #61808E: hue angle of 198.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61808E is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 128 | 142 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.44 |
| HSL | 198.67º | 0.19% | 0.47% | - |
| HSV(B) | 198.67º | 0.32% | 0.56% | - |
| XYZ | 17.53 | 19.93 | 28.51 | - |
| YUV | 120.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 142 | 0.32 | 0.10 | 0 | 0.44 | 198.67 | 0.19 | 0.47 |
| Hex | 61 | 80 | 8E | 20 | A | 0 | 2C | C7 | 13 | 2F |
| Octal | 141 | 200 | 216 | 40 | 12 | 0 | 54 | 307 | 23 | 57 |
| Binary | 1100001 | 10000000 | 10001110 | 100000 | 1010 | 0 | 101100 | 11000111 | 10011 | 101111 |
Color Harmonies of #61808E
Complementary color
Monochromatic Colors of #61808E
Black with #61808E
Text Example
Text Example
White with #61808E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61808E; }
p { color: rgb(97,128,142); }
H1.HeaderClassName
{
color: #61808E;
}
.AnyTagClassName
{
color: #61808E;
}
</style>
background-color css
<style>
a { background-color: #61808E; }
a { background-color: rgb(97,128,142); }
div.DivClassName
{
background-color: #61808E;
}
.BgClassName
{
background-color: #61808E;
}
</style>
border-color css
<style>
span { border-color: #61808E; }
span { border-color: rgb(97,128,142); }
td.TdClassName
{
border-color: #61808E;
}
.TagClassName
{
border-color: #61808E;
}
</style>