Html Css Color HEX #6B767D Lynch

📋 copy color: '#6B767D'

red 107 ◦ green 118 ◦ blue 125

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

Shades of Lynch #6B767D

Tints of Lynch #6B767D

RGB

 RED value IS 107 (42.19% from 255) = 30.57%

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 30.57%
G = 33.71%
B = 35.71%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6B767D (or 0x6B767D) is known color: Lynch. HEX triplet: 6B, 76 and 7D. RGB value is (107,118,125). Sum of RGB (Red+Green+Blue) = 107+118+125=350 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 125 - color contains mainly: blue. Hex color #6B767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B767D is #948982. Grayscale: #737373. Windows color (decimal): -9734531 or 8222315. OLE color: 8222315.

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

Color convert

RGB 107 118 125 -
CMYK 0.14 0.06 0 0.51
HSL 203.33º 0.08% 0.45% -
HSV(B) 203.33º 0.14% 0.49% -
XYZ 16.24 17.56 21.94 -
YUV 115.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 107 118 125 0.14 0.06 0 0.51 203.33 0.08 0.45
Hex 6B 76 7D E 6 0 33 CB 8 2D
Octal 153 166 175 16 6 0 63 313 10 55
Binary 1101011 1110110 1111101 1110 110 0 110011 11001011 1000 101101

Color Harmonies of #6B767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B767D

Black with #6B767D

Text Example


Text Example

White with #6B767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,118,125); }

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

background-color css

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

 a { background-color: rgb(107,118,125); }

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

border-color css

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

 span { border-color: rgb(107,118,125); }

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