Shades of Mid Grey #66696B
Tints of Mid Grey #66696B
RGB
CMYK
RGB Variations
Color information
#66696B (or 0x66696B) is known color: Mid Grey. HEX triplet: 66, 69 and 6B. RGB value is (102,105,107). Sum of RGB (Red+Green+Blue) = 102+105+107=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 107 - color contains mainly: blue. Hex color #66696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66696B is #999694. Grayscale: #686868. Windows color (decimal): -10065557 or 7039334. OLE color: 7039334.
HSL color Cylindrical-coordinate representation of color #66696B: hue angle of 204º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #66696B is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 105 | 107 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.58 |
| HSL | 204º | 0.02% | 0.41% | - |
| HSV(B) | 204º | 0.05% | 0.42% | - |
| XYZ | 13.18 | 13.99 | 15.92 | - |
| YUV | 104.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 107 | 0.05 | 0.02 | 0 | 0.58 | 204 | 0.02 | 0.41 |
| Hex | 66 | 69 | 6B | 5 | 2 | 0 | 3A | CC | 2 | 29 |
| Octal | 146 | 151 | 153 | 5 | 2 | 0 | 72 | 314 | 2 | 51 |
| Binary | 1100110 | 1101001 | 1101011 | 101 | 10 | 0 | 111010 | 11001100 | 10 | 101001 |
Color Harmonies of #66696B
Complementary color
Monochromatic Colors of #66696B
Black with #66696B
Text Example
Text Example
White with #66696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66696B; }
p { color: rgb(102,105,107); }
H1.HeaderClassName
{
color: #66696B;
}
.AnyTagClassName
{
color: #66696B;
}
</style>
background-color css
<style>
a { background-color: #66696B; }
a { background-color: rgb(102,105,107); }
div.DivClassName
{
background-color: #66696B;
}
.BgClassName
{
background-color: #66696B;
}
</style>
border-color css
<style>
span { border-color: #66696B; }
span { border-color: rgb(102,105,107); }
td.TdClassName
{
border-color: #66696B;
}
.TagClassName
{
border-color: #66696B;
}
</style>