Html Css Color HEX #6E6E6E Dim Gray

📋 copy color: '#6E6E6E'

red 110 ◦ green 110 ◦ blue 110

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

Shades of Dim Gray #6E6E6E

Tints of Dim Gray #6E6E6E

RGB

 RED value IS 110 (43.36% from 255) = 33.33%

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6E6E6E (or 0x6E6E6E) is known color: Dim Gray. HEX triplet: 6E, 6E and 6E. RGB value is (110,110,110). Sum of RGB (Red+Green+Blue) = 110+110+110=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 110 - color contains mainly: red, green, blue. Hex color #6E6E6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E6E is #919191. Grayscale: #6D6D6D. Windows color (decimal): -9539986 or 7237230. OLE color: 7237230.

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

Color convert

RGB 110 110 110 -
CMYK 0 0 0 0.57
HSL 0% 0.43% -
HSV(B) 0% 0.43% -
XYZ 14.82 15.59 16.98 -
YUV 110 128 128 -
System Red Green Blue C M Y K H S L
Decimal 110 110 110 0 0 0 0.57 0 0 0.43
Hex 6E 6E 6E 0 0 0 39 0 0 2B
Octal 156 156 156 0 0 0 71 0 0 53
Binary 1101110 1101110 1101110 0 0 0 111001 0 0 101011

Color Harmonies of #6E6E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6E6E

Black with #6E6E6E

Text Example


Text Example

White with #6E6E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,110,110); }

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

background-color css

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

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

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

border-color css

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

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

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