Shades of Smoky #666270
Tints of Smoky #666270
RGB
CMYK
RGB Variations
Color information
#666270 (or 0x666270) is known color: Smoky. HEX triplet: 66, 62 and 70. RGB value is (102,98,112). Sum of RGB (Red+Green+Blue) = 102+98+112=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #666270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666270 is #999D8F. Grayscale: #646464. Windows color (decimal): -10067344 or 7365222. OLE color: 7365222.
HSL color Cylindrical-coordinate representation of color #666270: hue angle of 257.14º degrees, saturation: 0.07, 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 #666270 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 98 | 112 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.56 |
| HSL | 257.14º | 0.07% | 0.41% | - |
| HSV(B) | 257.14º | 0.13% | 0.44% | - |
| XYZ | 12.77 | 12.73 | 17.11 | - |
| YUV | 100.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 112 | 0.09 | 0.13 | 0 | 0.56 | 257.14 | 0.07 | 0.41 |
| Hex | 66 | 62 | 70 | 9 | D | 0 | 38 | 101 | 7 | 29 |
| Octal | 146 | 142 | 160 | 11 | 15 | 0 | 70 | 401 | 7 | 51 |
| Binary | 1100110 | 1100010 | 1110000 | 1001 | 1101 | 0 | 111000 | 100000001 | 111 | 101001 |
Color Harmonies of #666270
Complementary color
Monochromatic Colors of #666270
Black with #666270
Text Example
Text Example
White with #666270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666270; }
p { color: rgb(102,98,112); }
H1.HeaderClassName
{
color: #666270;
}
.AnyTagClassName
{
color: #666270;
}
</style>
background-color css
<style>
a { background-color: #666270; }
a { background-color: rgb(102,98,112); }
div.DivClassName
{
background-color: #666270;
}
.BgClassName
{
background-color: #666270;
}
</style>
border-color css
<style>
span { border-color: #666270; }
span { border-color: rgb(102,98,112); }
td.TdClassName
{
border-color: #666270;
}
.TagClassName
{
border-color: #666270;
}
</style>