Html Css Color HEX #6F676D Salt Box

📋 copy color: '#6F676D'

red 111 ◦ green 103 ◦ blue 109

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

Shades of Salt Box #6F676D

Tints of Salt Box #6F676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.89%

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

R = 34.37%
G = 31.89%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F676D (or 0x6F676D) is known color: Salt Box. HEX triplet: 6F, 67 and 6D. RGB value is (111,103,109). Sum of RGB (Red+Green+Blue) = 111+103+109=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 103 (40.62% from 255 or 31.89% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 111 - color contains mainly: red. Hex color #6F676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F676D is #909892. Grayscale: #6A6A6A. Windows color (decimal): -9476243 or 7169903. OLE color: 7169903.

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

Color convert

RGB 111 103 109 -
CMYK 0 0.07 0.02 0.56
HSL 315º 0.04% 0.42% -
HSV(B) 315º 0.07% 0.44% -
XYZ 14.17 14.18 16.46 -
YUV 106.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 111 103 109 0 0.07 0.02 0.56 315 0.04 0.42
Hex 6F 67 6D 0 7 2 38 13B 4 2A
Octal 157 147 155 0 7 2 70 473 4 52
Binary 1101111 1100111 1101101 0 111 10 111000 100111011 100 101010

Color Harmonies of #6F676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F676D

Black with #6F676D

Text Example


Text Example

White with #6F676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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