Shades of Hoki #61828A
Tints of Hoki #61828A
RGB
CMYK
RGB Variations
Color information
#61828A (or 0x61828A) is known color: Hoki. HEX triplet: 61, 82 and 8A. RGB value is (97,130,138). Sum of RGB (Red+Green+Blue) = 97+130+138=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 138 - color contains mainly: blue. Hex color #61828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61828A is #9E7D75. Grayscale: #787878. Windows color (decimal): -10386806 or 9077345. OLE color: 9077345.
HSL color Cylindrical-coordinate representation of color #61828A: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61828A is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 130 | 138 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.46 |
| HSL | 191.71º | 0.17% | 0.46% | - |
| HSV(B) | 191.71º | 0.3% | 0.54% | - |
| XYZ | 17.5 | 20.34 | 27.05 | - |
| YUV | 121.05 | 137.57 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 138 | 0.30 | 0.06 | 0 | 0.46 | 191.71 | 0.17 | 0.46 |
| Hex | 61 | 82 | 8A | 1E | 6 | 0 | 2E | C0 | 11 | 2E |
| Octal | 141 | 202 | 212 | 36 | 6 | 0 | 56 | 300 | 21 | 56 |
| Binary | 1100001 | 10000010 | 10001010 | 11110 | 110 | 0 | 101110 | 11000000 | 10001 | 101110 |
Color Harmonies of #61828A
Complementary color
Monochromatic Colors of #61828A
Black with #61828A
Text Example
Text Example
White with #61828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61828A; }
p { color: rgb(97,130,138); }
H1.HeaderClassName
{
color: #61828A;
}
.AnyTagClassName
{
color: #61828A;
}
</style>
background-color css
<style>
a { background-color: #61828A; }
a { background-color: rgb(97,130,138); }
div.DivClassName
{
background-color: #61828A;
}
.BgClassName
{
background-color: #61828A;
}
</style>
border-color css
<style>
span { border-color: #61828A; }
span { border-color: rgb(97,130,138); }
td.TdClassName
{
border-color: #61828A;
}
.TagClassName
{
border-color: #61828A;
}
</style>