Shades of Hoki #628082
Tints of Hoki #628082
RGB
CMYK
RGB Variations
Color information
#628082 (or 0x628082) is known color: Hoki. HEX triplet: 62, 80 and 82. RGB value is (98,128,130). Sum of RGB (Red+Green+Blue) = 98+128+130=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #628082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628082 is #9D7F7D. Grayscale: #777777. Windows color (decimal): -10321790 or 8552546. OLE color: 8552546.
HSL color Cylindrical-coordinate representation of color #628082: hue angle of 183.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #628082 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 128 | 130 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.49 |
| HSL | 183.75º | 0.14% | 0.45% | - |
| HSV(B) | 183.75º | 0.25% | 0.51% | - |
| XYZ | 16.79 | 19.65 | 24.03 | - |
| YUV | 119.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 128 | 130 | 0.25 | 0.02 | 0 | 0.49 | 183.75 | 0.14 | 0.45 |
| Hex | 62 | 80 | 82 | 19 | 2 | 0 | 31 | B8 | E | 2D |
| Octal | 142 | 200 | 202 | 31 | 2 | 0 | 61 | 270 | 16 | 55 |
| Binary | 1100010 | 10000000 | 10000010 | 11001 | 10 | 0 | 110001 | 10111000 | 1110 | 101101 |
Color Harmonies of #628082
Complementary color
Monochromatic Colors of #628082
Black with #628082
Text Example
Text Example
White with #628082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628082; }
p { color: rgb(98,128,130); }
H1.HeaderClassName
{
color: #628082;
}
.AnyTagClassName
{
color: #628082;
}
</style>
background-color css
<style>
a { background-color: #628082; }
a { background-color: rgb(98,128,130); }
div.DivClassName
{
background-color: #628082;
}
.BgClassName
{
background-color: #628082;
}
</style>
border-color css
<style>
span { border-color: #628082; }
span { border-color: rgb(98,128,130); }
td.TdClassName
{
border-color: #628082;
}
.TagClassName
{
border-color: #628082;
}
</style>