Html Css Color HEX #6D6868 Dim Gray

📋 copy color: '#6D6868'

red 109 ◦ green 104 ◦ blue 104

#6D6868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dim Gray #6D6868

Tints of Dim Gray #6D6868

RGB

 RED value IS 109 (42.97% from 255) = 34.38%

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 34.38%
G = 32.81%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#6D6868 (or 0x6D6868) is known color: Dim Gray. HEX triplet: 6D, 68 and 68. RGB value is (109,104,104). Sum of RGB (Red+Green+Blue) = 109+104+104=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6868 is #929797. Grayscale: #696969. Windows color (decimal): -9607064 or 6842477. OLE color: 6842477.

HSL color Cylindrical-coordinate representation of color #6D6868: hue angle of 0º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D6868 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 104 104 -
CMYK 0 0.05 0.05 0.57
HSL 0.02% 0.42% -
HSV(B) 0.05% 0.43% -
XYZ 13.76 14.15 15.1 -
YUV 105.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 109 104 104 0 0.05 0.05 0.57 0 0.02 0.42
Hex 6D 68 68 0 5 5 39 0 2 2A
Octal 155 150 150 0 5 5 71 0 2 52
Binary 1101101 1101000 1101000 0 101 101 111001 0 10 101010

Color Harmonies of #6D6868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6868

Black with #6D6868

Text Example


Text Example

White with #6D6868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D6868; }

 p { color: rgb(109,104,104); }

 H1.HeaderClassName
 {
   color: #6D6868;
 }
 .AnyTagClassName
 {
   color: #6D6868;
 }
</style>

background-color css

<style>
 a { background-color: #6D6868; }

 a { background-color: rgb(109,104,104); }

 div.DivClassName
 {
   background-color: #6D6868;
 }
 .BgClassName
 {
   background-color: #6D6868;
 }
</style>

border-color css

<style>
 span { border-color: #6D6868; }

 span { border-color: rgb(109,104,104); }

 td.TdClassName
 {
   border-color: #6D6868;
 }
 .TagClassName
 {
   border-color: #6D6868;
 }
</style>