Html Css Color HEX #6F797E Lynch

📋 copy color: '#6F797E'

red 111 ◦ green 121 ◦ blue 126

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

Shades of Lynch #6F797E

Tints of Lynch #6F797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 126 (49.61% from 255) = 35.2%

R = 31.01%
G = 33.8%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F797E (or 0x6F797E) is known color: Lynch. HEX triplet: 6F, 79 and 7E. RGB value is (111,121,126). Sum of RGB (Red+Green+Blue) = 111+121+126=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 126 - color contains mainly: blue. Hex color #6F797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F797E is #908681. Grayscale: #767676. Windows color (decimal): -9471618 or 8288623. OLE color: 8288623.

HSL color Cylindrical-coordinate representation of color #6F797E: hue angle of 200º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F797E is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 121 126 -
CMYK 0.12 0.04 0 0.51
HSL 200º 0.06% 0.46% -
HSV(B) 200º 0.12% 0.49% -
XYZ 17.16 18.56 22.42 -
YUV 118.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 111 121 126 0.12 0.04 0 0.51 200 0.06 0.46
Hex 6F 79 7E C 4 0 33 C8 6 2E
Octal 157 171 176 14 4 0 63 310 6 56
Binary 1101111 1111001 1111110 1100 100 0 110011 11001000 110 101110

Color Harmonies of #6F797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F797E

Black with #6F797E

Text Example


Text Example

White with #6F797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,121,126); }

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

background-color css

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

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

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

border-color css

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

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

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