Shades of Hoki #667E82
Tints of Hoki #667E82
RGB
CMYK
RGB Variations
Color information
#667E82 (or 0x667E82) is known color: Hoki. HEX triplet: 66, 7E and 82. RGB value is (102,126,130). Sum of RGB (Red+Green+Blue) = 102+126+130=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 130 - color contains mainly: blue. Hex color #667E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E82 is #99817D. Grayscale: #777777. Windows color (decimal): -10060158 or 8552038. OLE color: 8552038.
HSL color Cylindrical-coordinate representation of color #667E82: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667E82 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 126 | 130 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.49 |
| HSL | 188.57º | 0.12% | 0.45% | - |
| HSV(B) | 188.57º | 0.22% | 0.51% | - |
| XYZ | 16.97 | 19.36 | 23.96 | - |
| YUV | 119.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 130 | 0.22 | 0.03 | 0 | 0.49 | 188.57 | 0.12 | 0.45 |
| Hex | 66 | 7E | 82 | 16 | 3 | 0 | 31 | BD | C | 2D |
| Octal | 146 | 176 | 202 | 26 | 3 | 0 | 61 | 275 | 14 | 55 |
| Binary | 1100110 | 1111110 | 10000010 | 10110 | 11 | 0 | 110001 | 10111101 | 1100 | 101101 |
Color Harmonies of #667E82
Complementary color
Monochromatic Colors of #667E82
Black with #667E82
Text Example
Text Example
White with #667E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E82; }
p { color: rgb(102,126,130); }
H1.HeaderClassName
{
color: #667E82;
}
.AnyTagClassName
{
color: #667E82;
}
</style>
background-color css
<style>
a { background-color: #667E82; }
a { background-color: rgb(102,126,130); }
div.DivClassName
{
background-color: #667E82;
}
.BgClassName
{
background-color: #667E82;
}
</style>
border-color css
<style>
span { border-color: #667E82; }
span { border-color: rgb(102,126,130); }
td.TdClassName
{
border-color: #667E82;
}
.TagClassName
{
border-color: #667E82;
}
</style>