Shades of Hoki #667A82
Tints of Hoki #667A82
RGB
CMYK
RGB Variations
Color information
#667A82 (or 0x667A82) is known color: Hoki. HEX triplet: 66, 7A and 82. RGB value is (102,122,130). Sum of RGB (Red+Green+Blue) = 102+122+130=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #667A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A82 is #99857D. Grayscale: #747474. Windows color (decimal): -10061182 or 8551014. OLE color: 8551014.
HSL color Cylindrical-coordinate representation of color #667A82: hue angle of 197.14º 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 #667A82 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 122 | 130 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.49 |
| HSL | 197.14º | 0.12% | 0.45% | - |
| HSV(B) | 197.14º | 0.22% | 0.51% | - |
| XYZ | 16.47 | 18.36 | 23.79 | - |
| YUV | 116.93 | 135.37 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 130 | 0.22 | 0.06 | 0 | 0.49 | 197.14 | 0.12 | 0.45 |
| Hex | 66 | 7A | 82 | 16 | 6 | 0 | 31 | C5 | C | 2D |
| Octal | 146 | 172 | 202 | 26 | 6 | 0 | 61 | 305 | 14 | 55 |
| Binary | 1100110 | 1111010 | 10000010 | 10110 | 110 | 0 | 110001 | 11000101 | 1100 | 101101 |
Color Harmonies of #667A82
Complementary color
Monochromatic Colors of #667A82
Black with #667A82
Text Example
Text Example
White with #667A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A82; }
p { color: rgb(102,122,130); }
H1.HeaderClassName
{
color: #667A82;
}
.AnyTagClassName
{
color: #667A82;
}
</style>
background-color css
<style>
a { background-color: #667A82; }
a { background-color: rgb(102,122,130); }
div.DivClassName
{
background-color: #667A82;
}
.BgClassName
{
background-color: #667A82;
}
</style>
border-color css
<style>
span { border-color: #667A82; }
span { border-color: rgb(102,122,130); }
td.TdClassName
{
border-color: #667A82;
}
.TagClassName
{
border-color: #667A82;
}
</style>