Shades of Hoki #667C83
Tints of Hoki #667C83
RGB
CMYK
RGB Variations
Color information
#667C83 (or 0x667C83) is known color: Hoki. HEX triplet: 66, 7C and 83. RGB value is (102,124,131). Sum of RGB (Red+Green+Blue) = 102+124+131=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #667C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C83 is #99837C. Grayscale: #767676. Windows color (decimal): -10060669 or 8617062. OLE color: 8617062.
HSL color Cylindrical-coordinate representation of color #667C83: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667C83 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 124 | 131 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.49 |
| HSL | 194.48º | 0.12% | 0.46% | - |
| HSV(B) | 194.48º | 0.22% | 0.51% | - |
| XYZ | 16.78 | 18.88 | 24.23 | - |
| YUV | 118.22 | 135.21 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 131 | 0.22 | 0.05 | 0 | 0.49 | 194.48 | 0.12 | 0.46 |
| Hex | 66 | 7C | 83 | 16 | 5 | 0 | 31 | C2 | C | 2E |
| Octal | 146 | 174 | 203 | 26 | 5 | 0 | 61 | 302 | 14 | 56 |
| Binary | 1100110 | 1111100 | 10000011 | 10110 | 101 | 0 | 110001 | 11000010 | 1100 | 101110 |
Color Harmonies of #667C83
Complementary color
Monochromatic Colors of #667C83
Black with #667C83
Text Example
Text Example
White with #667C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C83; }
p { color: rgb(102,124,131); }
H1.HeaderClassName
{
color: #667C83;
}
.AnyTagClassName
{
color: #667C83;
}
</style>
background-color css
<style>
a { background-color: #667C83; }
a { background-color: rgb(102,124,131); }
div.DivClassName
{
background-color: #667C83;
}
.BgClassName
{
background-color: #667C83;
}
</style>
border-color css
<style>
span { border-color: #667C83; }
span { border-color: rgb(102,124,131); }
td.TdClassName
{
border-color: #667C83;
}
.TagClassName
{
border-color: #667C83;
}
</style>