Shades of Dim Gray #6B6B6B
Tints of Dim Gray #6B6B6B
RGB
CMYK
RGB Variations
Color information
#6B6B6B (or 0x6B6B6B) is known color: Dim Gray. HEX triplet: 6B, 6B and 6B. RGB value is (107,107,107). Sum of RGB (Red+Green+Blue) = 107+107+107=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 107 - color contains mainly: red, green, blue. Hex color #6B6B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6B6B is #949494. Grayscale: #6A6A6A. Windows color (decimal): -9737365 or 7039851. OLE color: 7039851.
HSL color Cylindrical-coordinate representation of color #6B6B6B: hue angle of 0º degrees, saturation: 0, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0%. Process color model (Four color, CMYK) of #6B6B6B is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 107 | 107 | - |
CMYK | 0 | 0 | 0 | 0.58 |
HSL | 0º | 0% | 0.42% | - |
HSV(B) | 0º | 0% | 0.42% | - |
XYZ | 13.97 | 14.7 | 16.01 | - |
YUV | 107 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 107 | 107 | 0 | 0 | 0 | 0.58 | 0 | 0 | 0.42 |
Hex | 6B | 6B | 6B | 0 | 0 | 0 | 3A | 0 | 0 | 2A |
Octal | 153 | 153 | 153 | 0 | 0 | 0 | 72 | 0 | 0 | 52 |
Binary | 1101011 | 1101011 | 1101011 | 0 | 0 | 0 | 111010 | 0 | 0 | 101010 |
Color Harmonies of #6B6B6B
Complementary color
Monochromatic Colors of #6B6B6B
Black with #6B6B6B
Text Example
Text Example
White with #6B6B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6B6B; }
p { color: rgb(107,107,107); }
H1.HeaderClassName
{
color: #6B6B6B;
}
.AnyTagClassName
{
color: #6B6B6B;
}
</style>
background-color css
<style>
a { background-color: #6B6B6B; }
a { background-color: rgb(107,107,107); }
div.DivClassName
{
background-color: #6B6B6B;
}
.BgClassName
{
background-color: #6B6B6B;
}
</style>
border-color css
<style>
span { border-color: #6B6B6B; }
span { border-color: rgb(107,107,107); }
td.TdClassName
{
border-color: #6B6B6B;
}
.TagClassName
{
border-color: #6B6B6B;
}
</style>