Shades of Hoki #677E86
Tints of Hoki #677E86
RGB
CMYK
RGB Variations
Color information
#677E86 (or 0x677E86) is known color: Hoki. HEX triplet: 67, 7E and 86. RGB value is (103,126,134). Sum of RGB (Red+Green+Blue) = 103+126+134=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #677E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E86 is #988179. Grayscale: #777777. Windows color (decimal): -9994618 or 8814183. OLE color: 8814183.
HSL color Cylindrical-coordinate representation of color #677E86: hue angle of 195.48º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677E86 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 126 | 134 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.47 |
| HSL | 195.48º | 0.13% | 0.46% | - |
| HSV(B) | 195.48º | 0.23% | 0.53% | - |
| XYZ | 17.36 | 19.53 | 25.41 | - |
| YUV | 120.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 134 | 0.23 | 0.06 | 0 | 0.47 | 195.48 | 0.13 | 0.46 |
| Hex | 67 | 7E | 86 | 17 | 6 | 0 | 2F | C3 | D | 2E |
| Octal | 147 | 176 | 206 | 27 | 6 | 0 | 57 | 303 | 15 | 56 |
| Binary | 1100111 | 1111110 | 10000110 | 10111 | 110 | 0 | 101111 | 11000011 | 1101 | 101110 |
Color Harmonies of #677E86
Complementary color
Monochromatic Colors of #677E86
Black with #677E86
Text Example
Text Example
White with #677E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E86; }
p { color: rgb(103,126,134); }
H1.HeaderClassName
{
color: #677E86;
}
.AnyTagClassName
{
color: #677E86;
}
</style>
background-color css
<style>
a { background-color: #677E86; }
a { background-color: rgb(103,126,134); }
div.DivClassName
{
background-color: #677E86;
}
.BgClassName
{
background-color: #677E86;
}
</style>
border-color css
<style>
span { border-color: #677E86; }
span { border-color: rgb(103,126,134); }
td.TdClassName
{
border-color: #677E86;
}
.TagClassName
{
border-color: #677E86;
}
</style>