Shades of Hoki #628289
Tints of Hoki #628289
RGB
CMYK
RGB Variations
Color information
#628289 (or 0x628289) is known color: Hoki. HEX triplet: 62, 82 and 89. RGB value is (98,130,137). Sum of RGB (Red+Green+Blue) = 98+130+137=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #628289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628289 is #9D7D76. Grayscale: #797979. Windows color (decimal): -10321271 or 9011810. OLE color: 9011810.
HSL color Cylindrical-coordinate representation of color #628289: hue angle of 190.77º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628289 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 130 | 137 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.46 |
| HSL | 190.77º | 0.17% | 0.46% | - |
| HSV(B) | 190.77º | 0.28% | 0.54% | - |
| XYZ | 17.53 | 20.37 | 26.67 | - |
| YUV | 121.23 | 136.9 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 137 | 0.28 | 0.05 | 0 | 0.46 | 190.77 | 0.17 | 0.46 |
| Hex | 62 | 82 | 89 | 1C | 5 | 0 | 2E | BF | 11 | 2E |
| Octal | 142 | 202 | 211 | 34 | 5 | 0 | 56 | 277 | 21 | 56 |
| Binary | 1100010 | 10000010 | 10001001 | 11100 | 101 | 0 | 101110 | 10111111 | 10001 | 101110 |
Color Harmonies of #628289
Complementary color
Monochromatic Colors of #628289
Black with #628289
Text Example
Text Example
White with #628289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628289; }
p { color: rgb(98,130,137); }
H1.HeaderClassName
{
color: #628289;
}
.AnyTagClassName
{
color: #628289;
}
</style>
background-color css
<style>
a { background-color: #628289; }
a { background-color: rgb(98,130,137); }
div.DivClassName
{
background-color: #628289;
}
.BgClassName
{
background-color: #628289;
}
</style>
border-color css
<style>
span { border-color: #628289; }
span { border-color: rgb(98,130,137); }
td.TdClassName
{
border-color: #628289;
}
.TagClassName
{
border-color: #628289;
}
</style>