Shades of Hoki #627E86
Tints of Hoki #627E86
RGB
CMYK
RGB Variations
Color information
#627E86 (or 0x627E86) is known color: Hoki. HEX triplet: 62, 7E and 86. RGB value is (98,126,134). Sum of RGB (Red+Green+Blue) = 98+126+134=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #627E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627E86 is #9D8179. Grayscale: #767676. Windows color (decimal): -10322298 or 8814178. OLE color: 8814178.
HSL color Cylindrical-coordinate representation of color #627E86: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627E86 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 126 | 134 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.47 |
| HSL | 193.33º | 0.16% | 0.45% | - |
| HSV(B) | 193.33º | 0.27% | 0.53% | - |
| XYZ | 16.8 | 19.24 | 25.38 | - |
| YUV | 118.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 134 | 0.27 | 0.06 | 0 | 0.47 | 193.33 | 0.16 | 0.45 |
| Hex | 62 | 7E | 86 | 1B | 6 | 0 | 2F | C1 | 10 | 2D |
| Octal | 142 | 176 | 206 | 33 | 6 | 0 | 57 | 301 | 20 | 55 |
| Binary | 1100010 | 1111110 | 10000110 | 11011 | 110 | 0 | 101111 | 11000001 | 10000 | 101101 |
Color Harmonies of #627E86
Complementary color
Monochromatic Colors of #627E86
Black with #627E86
Text Example
Text Example
White with #627E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E86; }
p { color: rgb(98,126,134); }
H1.HeaderClassName
{
color: #627E86;
}
.AnyTagClassName
{
color: #627E86;
}
</style>
background-color css
<style>
a { background-color: #627E86; }
a { background-color: rgb(98,126,134); }
div.DivClassName
{
background-color: #627E86;
}
.BgClassName
{
background-color: #627E86;
}
</style>
border-color css
<style>
span { border-color: #627E86; }
span { border-color: rgb(98,126,134); }
td.TdClassName
{
border-color: #627E86;
}
.TagClassName
{
border-color: #627E86;
}
</style>