Shades of Hoki #62828B
Tints of Hoki #62828B
RGB
CMYK
RGB Variations
Color information
#62828B (or 0x62828B) is known color: Hoki. HEX triplet: 62, 82 and 8B. RGB value is (98,130,139). Sum of RGB (Red+Green+Blue) = 98+130+139=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #62828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62828B is #9D7D74. Grayscale: #797979. Windows color (decimal): -10321269 or 9142882. OLE color: 9142882.
HSL color Cylindrical-coordinate representation of color #62828B: hue angle of 193.17º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62828B is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 130 | 139 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.45 |
| HSL | 193.17º | 0.17% | 0.46% | - |
| HSV(B) | 193.17º | 0.29% | 0.55% | - |
| XYZ | 17.68 | 20.43 | 27.44 | - |
| YUV | 121.46 | 137.9 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 139 | 0.29 | 0.06 | 0 | 0.45 | 193.17 | 0.17 | 0.46 |
| Hex | 62 | 82 | 8B | 1D | 6 | 0 | 2D | C1 | 11 | 2E |
| Octal | 142 | 202 | 213 | 35 | 6 | 0 | 55 | 301 | 21 | 56 |
| Binary | 1100010 | 10000010 | 10001011 | 11101 | 110 | 0 | 101101 | 11000001 | 10001 | 101110 |
Color Harmonies of #62828B
Complementary color
Monochromatic Colors of #62828B
Black with #62828B
Text Example
Text Example
White with #62828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62828B; }
p { color: rgb(98,130,139); }
H1.HeaderClassName
{
color: #62828B;
}
.AnyTagClassName
{
color: #62828B;
}
</style>
background-color css
<style>
a { background-color: #62828B; }
a { background-color: rgb(98,130,139); }
div.DivClassName
{
background-color: #62828B;
}
.BgClassName
{
background-color: #62828B;
}
</style>
border-color css
<style>
span { border-color: #62828B; }
span { border-color: rgb(98,130,139); }
td.TdClassName
{
border-color: #62828B;
}
.TagClassName
{
border-color: #62828B;
}
</style>