Shades of Dim Gray #6B6665
Tints of Dim Gray #6B6665
RGB
CMYK
RGB Variations
Color information
#6B6665 (or 0x6B6665) is known color: Dim Gray. HEX triplet: 6B, 66 and 65. RGB value is (107,102,101). Sum of RGB (Red+Green+Blue) = 107+102+101=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6665 is #94999A. Grayscale: #676767. Windows color (decimal): -9738651 or 6645355. OLE color: 6645355.
HSL color Cylindrical-coordinate representation of color #6B6665: hue angle of 10º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B6665 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 102 | 101 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.58 |
| HSL | 10º | 0.03% | 0.41% | - |
| HSV(B) | 10º | 0.06% | 0.42% | - |
| XYZ | 13.16 | 13.57 | 14.24 | - |
| YUV | 103.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 101 | 0 | 0.05 | 0.06 | 0.58 | 10 | 0.03 | 0.41 |
| Hex | 6B | 66 | 65 | 0 | 5 | 6 | 3A | A | 3 | 29 |
| Octal | 153 | 146 | 145 | 0 | 5 | 6 | 72 | 12 | 3 | 51 |
| Binary | 1101011 | 1100110 | 1100101 | 0 | 101 | 110 | 111010 | 1010 | 11 | 101001 |
Color Harmonies of #6B6665
Complementary color
Monochromatic Colors of #6B6665
Black with #6B6665
Text Example
Text Example
White with #6B6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6665; }
p { color: rgb(107,102,101); }
H1.HeaderClassName
{
color: #6B6665;
}
.AnyTagClassName
{
color: #6B6665;
}
</style>
background-color css
<style>
a { background-color: #6B6665; }
a { background-color: rgb(107,102,101); }
div.DivClassName
{
background-color: #6B6665;
}
.BgClassName
{
background-color: #6B6665;
}
</style>
border-color css
<style>
span { border-color: #6B6665; }
span { border-color: rgb(107,102,101); }
td.TdClassName
{
border-color: #6B6665;
}
.TagClassName
{
border-color: #6B6665;
}
</style>