Html Css Color HEX #6F6D6D Dim Gray

📋 copy color: '#6F6D6D'

red 111 ◦ green 109 ◦ blue 109

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

Shades of Dim Gray #6F6D6D

Tints of Dim Gray #6F6D6D

RGB

 RED value IS 111 (43.75% from 255) = 33.74%

 GREEN value IS 109 (42.97% from 255) = 33.13%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 33.74%
G = 33.13%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F6D6D (or 0x6F6D6D) is known color: Dim Gray. HEX triplet: 6F, 6D and 6D. RGB value is (111,109,109). Sum of RGB (Red+Green+Blue) = 111+109+109=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D6D is #909292. Grayscale: #6D6D6D. Windows color (decimal): -9474707 or 7171439. OLE color: 7171439.

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

Color convert

RGB 111 109 109 -
CMYK 0 0.02 0.02 0.56
HSL 0.01% 0.43% -
HSV(B) 0.02% 0.44% -
XYZ 14.78 15.42 16.67 -
YUV 109.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 111 109 109 0 0.02 0.02 0.56 0 0.01 0.43
Hex 6F 6D 6D 0 2 2 38 0 1 2B
Octal 157 155 155 0 2 2 70 0 1 53
Binary 1101111 1101101 1101101 0 10 10 111000 0 1 101011

Color Harmonies of #6F6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6D6D

Black with #6F6D6D

Text Example


Text Example

White with #6F6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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