#6B6B6B

Color #6B6B6B Dim Gray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dim Gray #6B6B6B

Tints of Dim Gray #6B6B6B

Color information

#6B6B6B (or 0x6B6B6B) is unknown color: approx 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

RGB107107107-
CMYK0000.58
HSL0%41.96%-
HSV(B)0%41.96%-
XYZ13.9714.716.01-
YUV107128128-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071071070000.580041.96
Hex6B6B6B0003A002a
Octal153153153000720052
Binary11010111101011110101100011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>