Shades of Hoki #667E85
Tints of Hoki #667E85
RGB
CMYK
RGB Variations
Color information
#667E85 (or 0x667E85) is known color: Hoki. HEX triplet: 66, 7E and 85. RGB value is (102,126,133). Sum of RGB (Red+Green+Blue) = 102+126+133=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #667E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E85 is #99817A. Grayscale: #777777. Windows color (decimal): -10060155 or 8748646. OLE color: 8748646.
HSL color Cylindrical-coordinate representation of color #667E85: hue angle of 193.55º 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 #667E85 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 126 | 133 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.48 |
| HSL | 193.55º | 0.13% | 0.46% | - |
| HSV(B) | 193.55º | 0.23% | 0.52% | - |
| XYZ | 17.17 | 19.44 | 25.04 | - |
| YUV | 119.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 133 | 0.23 | 0.05 | 0 | 0.48 | 193.55 | 0.13 | 0.46 |
| Hex | 66 | 7E | 85 | 17 | 5 | 0 | 30 | C2 | D | 2E |
| Octal | 146 | 176 | 205 | 27 | 5 | 0 | 60 | 302 | 15 | 56 |
| Binary | 1100110 | 1111110 | 10000101 | 10111 | 101 | 0 | 110000 | 11000010 | 1101 | 101110 |
Color Harmonies of #667E85
Complementary color
Monochromatic Colors of #667E85
Black with #667E85
Text Example
Text Example
White with #667E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E85; }
p { color: rgb(102,126,133); }
H1.HeaderClassName
{
color: #667E85;
}
.AnyTagClassName
{
color: #667E85;
}
</style>
background-color css
<style>
a { background-color: #667E85; }
a { background-color: rgb(102,126,133); }
div.DivClassName
{
background-color: #667E85;
}
.BgClassName
{
background-color: #667E85;
}
</style>
border-color css
<style>
span { border-color: #667E85; }
span { border-color: rgb(102,126,133); }
td.TdClassName
{
border-color: #667E85;
}
.TagClassName
{
border-color: #667E85;
}
</style>