Shades of Mid Grey #666869
Tints of Mid Grey #666869
RGB
CMYK
RGB Variations
Color information
#666869 (or 0x666869) is known color: Mid Grey. HEX triplet: 66, 68 and 69. RGB value is (102,104,105). Sum of RGB (Red+Green+Blue) = 102+104+105=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 105 - color contains mainly: blue. Hex color #666869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666869 is #999796. Grayscale: #676767. Windows color (decimal): -10065815 or 6908006. OLE color: 6908006.
HSL color Cylindrical-coordinate representation of color #666869: hue angle of 200º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666869 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 105 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.59 |
| HSL | 200º | 0.01% | 0.41% | - |
| HSV(B) | 200º | 0.03% | 0.41% | - |
| XYZ | 12.98 | 13.75 | 15.33 | - |
| YUV | 103.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 105 | 0.03 | 0.01 | 0 | 0.59 | 200 | 0.01 | 0.41 |
| Hex | 66 | 68 | 69 | 3 | 1 | 0 | 3B | C8 | 1 | 29 |
| Octal | 146 | 150 | 151 | 3 | 1 | 0 | 73 | 310 | 1 | 51 |
| Binary | 1100110 | 1101000 | 1101001 | 11 | 1 | 0 | 111011 | 11001000 | 1 | 101001 |
Color Harmonies of #666869
Complementary color
Monochromatic Colors of #666869
Black with #666869
Text Example
Text Example
White with #666869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666869; }
p { color: rgb(102,104,105); }
H1.HeaderClassName
{
color: #666869;
}
.AnyTagClassName
{
color: #666869;
}
</style>
background-color css
<style>
a { background-color: #666869; }
a { background-color: rgb(102,104,105); }
div.DivClassName
{
background-color: #666869;
}
.BgClassName
{
background-color: #666869;
}
</style>
border-color css
<style>
span { border-color: #666869; }
span { border-color: rgb(102,104,105); }
td.TdClassName
{
border-color: #666869;
}
.TagClassName
{
border-color: #666869;
}
</style>