Shades of Smoky #666569
Tints of Smoky #666569
RGB
CMYK
RGB Variations
Color information
#666569 (or 0x666569) is known color: Smoky. HEX triplet: 66, 65 and 69. RGB value is (102,101,105). Sum of RGB (Red+Green+Blue) = 102+101+105=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 105 - color contains mainly: blue. Hex color #666569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666569 is #999A96. Grayscale: #656565. Windows color (decimal): -10066583 or 6907238. OLE color: 6907238.
HSL color Cylindrical-coordinate representation of color #666569: hue angle of 255º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #666569 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 101 | 105 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.59 |
| HSL | 255º | 0.02% | 0.4% | - |
| HSV(B) | 255º | 0.04% | 0.41% | - |
| XYZ | 12.68 | 13.15 | 15.23 | - |
| YUV | 101.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 105 | 0.03 | 0.04 | 0 | 0.59 | 255 | 0.02 | 0.4 |
| Hex | 66 | 65 | 69 | 3 | 4 | 0 | 3B | FF | 2 | 28 |
| Octal | 146 | 145 | 151 | 3 | 4 | 0 | 73 | 377 | 2 | 50 |
| Binary | 1100110 | 1100101 | 1101001 | 11 | 100 | 0 | 111011 | 11111111 | 10 | 101000 |
Color Harmonies of #666569
Complementary color
Monochromatic Colors of #666569
Black with #666569
Text Example
Text Example
White with #666569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666569; }
p { color: rgb(102,101,105); }
H1.HeaderClassName
{
color: #666569;
}
.AnyTagClassName
{
color: #666569;
}
</style>
background-color css
<style>
a { background-color: #666569; }
a { background-color: rgb(102,101,105); }
div.DivClassName
{
background-color: #666569;
}
.BgClassName
{
background-color: #666569;
}
</style>
border-color css
<style>
span { border-color: #666569; }
span { border-color: rgb(102,101,105); }
td.TdClassName
{
border-color: #666569;
}
.TagClassName
{
border-color: #666569;
}
</style>