Shades of Hoki #667F82
Tints of Hoki #667F82
RGB
CMYK
RGB Variations
Color information
#667F82 (or 0x667F82) is known color: Hoki. HEX triplet: 66, 7F and 82. RGB value is (102,127,130). Sum of RGB (Red+Green+Blue) = 102+127+130=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 130 - color contains mainly: blue. Hex color #667F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F82 is #99807D. Grayscale: #777777. Windows color (decimal): -10059902 or 8552294. OLE color: 8552294.
HSL color Cylindrical-coordinate representation of color #667F82: hue angle of 186.43º 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 #667F82 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 127 | 130 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.49 |
| HSL | 186.43º | 0.12% | 0.45% | - |
| HSV(B) | 186.43º | 0.22% | 0.51% | - |
| XYZ | 17.1 | 19.62 | 24 | - |
| YUV | 119.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 130 | 0.22 | 0.02 | 0 | 0.49 | 186.43 | 0.12 | 0.45 |
| Hex | 66 | 7F | 82 | 16 | 2 | 0 | 31 | BA | C | 2D |
| Octal | 146 | 177 | 202 | 26 | 2 | 0 | 61 | 272 | 14 | 55 |
| Binary | 1100110 | 1111111 | 10000010 | 10110 | 10 | 0 | 110001 | 10111010 | 1100 | 101101 |
Color Harmonies of #667F82
Complementary color
Monochromatic Colors of #667F82
Black with #667F82
Text Example
Text Example
White with #667F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F82; }
p { color: rgb(102,127,130); }
H1.HeaderClassName
{
color: #667F82;
}
.AnyTagClassName
{
color: #667F82;
}
</style>
background-color css
<style>
a { background-color: #667F82; }
a { background-color: rgb(102,127,130); }
div.DivClassName
{
background-color: #667F82;
}
.BgClassName
{
background-color: #667F82;
}
</style>
border-color css
<style>
span { border-color: #667F82; }
span { border-color: rgb(102,127,130); }
td.TdClassName
{
border-color: #667F82;
}
.TagClassName
{
border-color: #667F82;
}
</style>