Shades of Hoki #61838C
Tints of Hoki #61838C
RGB
CMYK
RGB Variations
Color information
#61838C (or 0x61838C) is known color: Hoki. HEX triplet: 61, 83 and 8C. RGB value is (97,131,140). Sum of RGB (Red+Green+Blue) = 97+131+140=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #61838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61838C is #9E7C73. Grayscale: #797979. Windows color (decimal): -10386548 or 9208673. OLE color: 9208673.
HSL color Cylindrical-coordinate representation of color #61838C: hue angle of 192.56º 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 #61838C is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 131 | 140 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.45 |
| HSL | 192.56º | 0.18% | 0.46% | - |
| HSV(B) | 192.56º | 0.31% | 0.55% | - |
| XYZ | 17.78 | 20.67 | 27.86 | - |
| YUV | 121.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 131 | 140 | 0.31 | 0.06 | 0 | 0.45 | 192.56 | 0.18 | 0.46 |
| Hex | 61 | 83 | 8C | 1F | 6 | 0 | 2D | C1 | 12 | 2E |
| Octal | 141 | 203 | 214 | 37 | 6 | 0 | 55 | 301 | 22 | 56 |
| Binary | 1100001 | 10000011 | 10001100 | 11111 | 110 | 0 | 101101 | 11000001 | 10010 | 101110 |
Color Harmonies of #61838C
Complementary color
Monochromatic Colors of #61838C
Black with #61838C
Text Example
Text Example
White with #61838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61838C; }
p { color: rgb(97,131,140); }
H1.HeaderClassName
{
color: #61838C;
}
.AnyTagClassName
{
color: #61838C;
}
</style>
background-color css
<style>
a { background-color: #61838C; }
a { background-color: rgb(97,131,140); }
div.DivClassName
{
background-color: #61838C;
}
.BgClassName
{
background-color: #61838C;
}
</style>
border-color css
<style>
span { border-color: #61838C; }
span { border-color: rgb(97,131,140); }
td.TdClassName
{
border-color: #61838C;
}
.TagClassName
{
border-color: #61838C;
}
</style>