Shades of Hoki #667C82
Tints of Hoki #667C82
RGB
CMYK
RGB Variations
Color information
#667C82 (or 0x667C82) is known color: Hoki. HEX triplet: 66, 7C and 82. RGB value is (102,124,130). Sum of RGB (Red+Green+Blue) = 102+124+130=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #667C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C82 is #99837D. Grayscale: #767676. Windows color (decimal): -10060670 or 8551526. OLE color: 8551526.
HSL color Cylindrical-coordinate representation of color #667C82: hue angle of 192.86º 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 #667C82 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 124 | 130 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.49 |
| HSL | 192.86º | 0.12% | 0.45% | - |
| HSV(B) | 192.86º | 0.22% | 0.51% | - |
| XYZ | 16.72 | 18.85 | 23.88 | - |
| YUV | 118.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 130 | 0.22 | 0.05 | 0 | 0.49 | 192.86 | 0.12 | 0.45 |
| Hex | 66 | 7C | 82 | 16 | 5 | 0 | 31 | C1 | C | 2D |
| Octal | 146 | 174 | 202 | 26 | 5 | 0 | 61 | 301 | 14 | 55 |
| Binary | 1100110 | 1111100 | 10000010 | 10110 | 101 | 0 | 110001 | 11000001 | 1100 | 101101 |
Color Harmonies of #667C82
Complementary color
Monochromatic Colors of #667C82
Black with #667C82
Text Example
Text Example
White with #667C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C82; }
p { color: rgb(102,124,130); }
H1.HeaderClassName
{
color: #667C82;
}
.AnyTagClassName
{
color: #667C82;
}
</style>
background-color css
<style>
a { background-color: #667C82; }
a { background-color: rgb(102,124,130); }
div.DivClassName
{
background-color: #667C82;
}
.BgClassName
{
background-color: #667C82;
}
</style>
border-color css
<style>
span { border-color: #667C82; }
span { border-color: rgb(102,124,130); }
td.TdClassName
{
border-color: #667C82;
}
.TagClassName
{
border-color: #667C82;
}
</style>