Shades of Hoki #667D86
Tints of Hoki #667D86
RGB
CMYK
RGB Variations
Color information
#667D86 (or 0x667D86) is known color: Hoki. HEX triplet: 66, 7D and 86. RGB value is (102,125,134). Sum of RGB (Red+Green+Blue) = 102+125+134=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #667D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D86 is #998279. Grayscale: #777777. Windows color (decimal): -10060410 or 8813926. OLE color: 8813926.
HSL color Cylindrical-coordinate representation of color #667D86: hue angle of 196.88º 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 #667D86 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 125 | 134 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.47 |
| HSL | 196.88º | 0.14% | 0.46% | - |
| HSV(B) | 196.88º | 0.24% | 0.53% | - |
| XYZ | 17.12 | 19.21 | 25.36 | - |
| YUV | 119.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 134 | 0.24 | 0.07 | 0 | 0.47 | 196.88 | 0.14 | 0.46 |
| Hex | 66 | 7D | 86 | 18 | 7 | 0 | 2F | C5 | E | 2E |
| Octal | 146 | 175 | 206 | 30 | 7 | 0 | 57 | 305 | 16 | 56 |
| Binary | 1100110 | 1111101 | 10000110 | 11000 | 111 | 0 | 101111 | 11000101 | 1110 | 101110 |
Color Harmonies of #667D86
Complementary color
Monochromatic Colors of #667D86
Black with #667D86
Text Example
Text Example
White with #667D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D86; }
p { color: rgb(102,125,134); }
H1.HeaderClassName
{
color: #667D86;
}
.AnyTagClassName
{
color: #667D86;
}
</style>
background-color css
<style>
a { background-color: #667D86; }
a { background-color: rgb(102,125,134); }
div.DivClassName
{
background-color: #667D86;
}
.BgClassName
{
background-color: #667D86;
}
</style>
border-color css
<style>
span { border-color: #667D86; }
span { border-color: rgb(102,125,134); }
td.TdClassName
{
border-color: #667D86;
}
.TagClassName
{
border-color: #667D86;
}
</style>