Html Css Color HEX #6E656D Salt Box

📋 copy color: '#6E656D'

red 110 ◦ green 101 ◦ blue 109

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

Shades of Salt Box #6E656D

Tints of Salt Box #6E656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 34.38%
G = 31.56%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6E656D (or 0x6E656D) is known color: Salt Box. HEX triplet: 6E, 65 and 6D. RGB value is (110,101,109). Sum of RGB (Red+Green+Blue) = 110+101+109=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 110 - color contains mainly: red. Hex color #6E656D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E656D is #919A92. Grayscale: #686868. Windows color (decimal): -9542291 or 7169390. OLE color: 7169390.

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

Color convert

RGB 110 101 109 -
CMYK 0 0.08 0.01 0.57
HSL 306.67º 0.04% 0.41% -
HSV(B) 306.67º 0.08% 0.43% -
XYZ 13.84 13.73 16.39 -
YUV 104.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 110 101 109 0 0.08 0.01 0.57 306.67 0.04 0.41
Hex 6E 65 6D 0 8 1 39 133 4 29
Octal 156 145 155 0 10 1 71 463 4 51
Binary 1101110 1100101 1101101 0 1000 1 111001 100110011 100 101001

Color Harmonies of #6E656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E656D

Black with #6E656D

Text Example


Text Example

White with #6E656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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