Shades of Smoky #66626F
Tints of Smoky #66626F
RGB
CMYK
RGB Variations
Color information
#66626F (or 0x66626F) is known color: Smoky. HEX triplet: 66, 62 and 6F. RGB value is (102,98,111). Sum of RGB (Red+Green+Blue) = 102+98+111=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #66626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66626F is #999D90. Grayscale: #646464. Windows color (decimal): -10067345 or 7299686. OLE color: 7299686.
HSL color Cylindrical-coordinate representation of color #66626F: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66626F is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 98 | 111 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.56 |
| HSL | 258.46º | 0.06% | 0.41% | - |
| HSV(B) | 258.46º | 0.12% | 0.44% | - |
| XYZ | 12.72 | 12.71 | 16.82 | - |
| YUV | 100.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 111 | 0.08 | 0.12 | 0 | 0.56 | 258.46 | 0.06 | 0.41 |
| Hex | 66 | 62 | 6F | 8 | C | 0 | 38 | 102 | 6 | 29 |
| Octal | 146 | 142 | 157 | 10 | 14 | 0 | 70 | 402 | 6 | 51 |
| Binary | 1100110 | 1100010 | 1101111 | 1000 | 1100 | 0 | 111000 | 100000010 | 110 | 101001 |
Color Harmonies of #66626F
Complementary color
Monochromatic Colors of #66626F
Black with #66626F
Text Example
Text Example
White with #66626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66626F; }
p { color: rgb(102,98,111); }
H1.HeaderClassName
{
color: #66626F;
}
.AnyTagClassName
{
color: #66626F;
}
</style>
background-color css
<style>
a { background-color: #66626F; }
a { background-color: rgb(102,98,111); }
div.DivClassName
{
background-color: #66626F;
}
.BgClassName
{
background-color: #66626F;
}
</style>
border-color css
<style>
span { border-color: #66626F; }
span { border-color: rgb(102,98,111); }
td.TdClassName
{
border-color: #66626F;
}
.TagClassName
{
border-color: #66626F;
}
</style>