Shades of Hoki #667E86
Tints of Hoki #667E86
RGB
CMYK
RGB Variations
Color information
#667E86 (or 0x667E86) is known color: Hoki. HEX triplet: 66, 7E and 86. RGB value is (102,126,134). Sum of RGB (Red+Green+Blue) = 102+126+134=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 134 - color contains mainly: blue. Hex color #667E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E86 is #998179. Grayscale: #777777. Windows color (decimal): -10060154 or 8814182. OLE color: 8814182.
HSL color Cylindrical-coordinate representation of color #667E86: hue angle of 195º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667E86 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 126 | 134 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.47 |
| HSL | 195º | 0.14% | 0.46% | - |
| HSV(B) | 195º | 0.24% | 0.53% | - |
| XYZ | 17.24 | 19.47 | 25.4 | - |
| YUV | 119.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 134 | 0.24 | 0.06 | 0 | 0.47 | 195 | 0.14 | 0.46 |
| Hex | 66 | 7E | 86 | 18 | 6 | 0 | 2F | C3 | E | 2E |
| Octal | 146 | 176 | 206 | 30 | 6 | 0 | 57 | 303 | 16 | 56 |
| Binary | 1100110 | 1111110 | 10000110 | 11000 | 110 | 0 | 101111 | 11000011 | 1110 | 101110 |
Color Harmonies of #667E86
Complementary color
Monochromatic Colors of #667E86
Black with #667E86
Text Example
Text Example
White with #667E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E86; }
p { color: rgb(102,126,134); }
H1.HeaderClassName
{
color: #667E86;
}
.AnyTagClassName
{
color: #667E86;
}
</style>
background-color css
<style>
a { background-color: #667E86; }
a { background-color: rgb(102,126,134); }
div.DivClassName
{
background-color: #667E86;
}
.BgClassName
{
background-color: #667E86;
}
</style>
border-color css
<style>
span { border-color: #667E86; }
span { border-color: rgb(102,126,134); }
td.TdClassName
{
border-color: #667E86;
}
.TagClassName
{
border-color: #667E86;
}
</style>