Html Css Color HEX #6E808B Lynch

📋 copy color: '#6E808B'

red 110 ◦ green 128 ◦ blue 139

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

Shades of Lynch #6E808B

Tints of Lynch #6E808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 29.18%
G = 33.95%
B = 36.87%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E808B (or 0x6E808B) is known color: Lynch. HEX triplet: 6E, 80 and 8B. RGB value is (110,128,139). Sum of RGB (Red+Green+Blue) = 110+128+139=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E808B is #917F74. Grayscale: #7B7B7B. Windows color (decimal): -9535349 or 9142382. OLE color: 9142382.

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

Color convert

RGB 110 128 139 -
CMYK 0.21 0.08 0 0.45
HSL 202.76º 0.12% 0.49% -
HSV(B) 202.76º 0.21% 0.55% -
XYZ 18.81 20.62 27.41 -
YUV 123.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 110 128 139 0.21 0.08 0 0.45 202.76 0.12 0.49
Hex 6E 80 8B 15 8 0 2D CB C 31
Octal 156 200 213 25 10 0 55 313 14 61
Binary 1101110 10000000 10001011 10101 1000 0 101101 11001011 1100 110001

Color Harmonies of #6E808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E808B

Black with #6E808B

Text Example


Text Example

White with #6E808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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