Shades of Hoki #61808C
Tints of Hoki #61808C
RGB
CMYK
RGB Variations
Color information
#61808C (or 0x61808C) is known color: Hoki. HEX triplet: 61, 80 and 8C. RGB value is (97,128,140). Sum of RGB (Red+Green+Blue) = 97+128+140=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #61808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61808C is #9E7F73. Grayscale: #787878. Windows color (decimal): -10387316 or 9207905. OLE color: 9207905.
HSL color Cylindrical-coordinate representation of color #61808C: hue angle of 196.74º 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 #61808C is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 128 | 140 | - |
| CMYK | 0.31 | 0.09 | 0 | 0.45 |
| HSL | 196.74º | 0.18% | 0.46% | - |
| HSV(B) | 196.74º | 0.31% | 0.55% | - |
| XYZ | 17.38 | 19.87 | 27.73 | - |
| YUV | 120.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 140 | 0.31 | 0.09 | 0 | 0.45 | 196.74 | 0.18 | 0.46 |
| Hex | 61 | 80 | 8C | 1F | 9 | 0 | 2D | C5 | 12 | 2E |
| Octal | 141 | 200 | 214 | 37 | 11 | 0 | 55 | 305 | 22 | 56 |
| Binary | 1100001 | 10000000 | 10001100 | 11111 | 1001 | 0 | 101101 | 11000101 | 10010 | 101110 |
Color Harmonies of #61808C
Complementary color
Monochromatic Colors of #61808C
Black with #61808C
Text Example
Text Example
White with #61808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61808C; }
p { color: rgb(97,128,140); }
H1.HeaderClassName
{
color: #61808C;
}
.AnyTagClassName
{
color: #61808C;
}
</style>
background-color css
<style>
a { background-color: #61808C; }
a { background-color: rgb(97,128,140); }
div.DivClassName
{
background-color: #61808C;
}
.BgClassName
{
background-color: #61808C;
}
</style>
border-color css
<style>
span { border-color: #61808C; }
span { border-color: rgb(97,128,140); }
td.TdClassName
{
border-color: #61808C;
}
.TagClassName
{
border-color: #61808C;
}
</style>