Shades of Hoki #667E84
Tints of Hoki #667E84
RGB
CMYK
RGB Variations
Color information
#667E84 (or 0x667E84) is known color: Hoki. HEX triplet: 66, 7E and 84. RGB value is (102,126,132). Sum of RGB (Red+Green+Blue) = 102+126+132=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 132 - color contains mainly: blue. Hex color #667E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E84 is #99817B. Grayscale: #777777. Windows color (decimal): -10060156 or 8683110. OLE color: 8683110.
HSL color Cylindrical-coordinate representation of color #667E84: hue angle of 192º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667E84 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 126 | 132 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.48 |
| HSL | 192º | 0.13% | 0.46% | - |
| HSV(B) | 192º | 0.23% | 0.52% | - |
| XYZ | 17.11 | 19.41 | 24.68 | - |
| YUV | 119.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 132 | 0.23 | 0.05 | 0 | 0.48 | 192 | 0.13 | 0.46 |
| Hex | 66 | 7E | 84 | 17 | 5 | 0 | 30 | C0 | D | 2E |
| Octal | 146 | 176 | 204 | 27 | 5 | 0 | 60 | 300 | 15 | 56 |
| Binary | 1100110 | 1111110 | 10000100 | 10111 | 101 | 0 | 110000 | 11000000 | 1101 | 101110 |
Color Harmonies of #667E84
Complementary color
Monochromatic Colors of #667E84
Black with #667E84
Text Example
Text Example
White with #667E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E84; }
p { color: rgb(102,126,132); }
H1.HeaderClassName
{
color: #667E84;
}
.AnyTagClassName
{
color: #667E84;
}
</style>
background-color css
<style>
a { background-color: #667E84; }
a { background-color: rgb(102,126,132); }
div.DivClassName
{
background-color: #667E84;
}
.BgClassName
{
background-color: #667E84;
}
</style>
border-color css
<style>
span { border-color: #667E84; }
span { border-color: rgb(102,126,132); }
td.TdClassName
{
border-color: #667E84;
}
.TagClassName
{
border-color: #667E84;
}
</style>