Shades of Hoki #61828D
Tints of Hoki #61828D
RGB
CMYK
RGB Variations
Color information
#61828D (or 0x61828D) is known color: Hoki. HEX triplet: 61, 82 and 8D. RGB value is (97,130,141). Sum of RGB (Red+Green+Blue) = 97+130+141=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #61828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61828D is #9E7D72. Grayscale: #797979. Windows color (decimal): -10386803 or 9273953. OLE color: 9273953.
HSL color Cylindrical-coordinate representation of color #61828D: hue angle of 195º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61828D is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 130 | 141 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.45 |
| HSL | 195º | 0.18% | 0.47% | - |
| HSV(B) | 195º | 0.31% | 0.55% | - |
| XYZ | 17.72 | 20.43 | 28.21 | - |
| YUV | 121.39 | 139.07 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 141 | 0.31 | 0.08 | 0 | 0.45 | 195 | 0.18 | 0.47 |
| Hex | 61 | 82 | 8D | 1F | 8 | 0 | 2D | C3 | 12 | 2F |
| Octal | 141 | 202 | 215 | 37 | 10 | 0 | 55 | 303 | 22 | 57 |
| Binary | 1100001 | 10000010 | 10001101 | 11111 | 1000 | 0 | 101101 | 11000011 | 10010 | 101111 |
Color Harmonies of #61828D
Complementary color
Monochromatic Colors of #61828D
Black with #61828D
Text Example
Text Example
White with #61828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61828D; }
p { color: rgb(97,130,141); }
H1.HeaderClassName
{
color: #61828D;
}
.AnyTagClassName
{
color: #61828D;
}
</style>
background-color css
<style>
a { background-color: #61828D; }
a { background-color: rgb(97,130,141); }
div.DivClassName
{
background-color: #61828D;
}
.BgClassName
{
background-color: #61828D;
}
</style>
border-color css
<style>
span { border-color: #61828D; }
span { border-color: rgb(97,130,141); }
td.TdClassName
{
border-color: #61828D;
}
.TagClassName
{
border-color: #61828D;
}
</style>