Html Css Color HEX #6D838E Lynch

📋 copy color: '#6D838E'

red 109 ◦ green 131 ◦ blue 142

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

Shades of Lynch #6D838E

Tints of Lynch #6D838E

RGB

 RED value IS 109 (42.97% from 255) = 28.53%

 GREEN value IS 131 (51.56% from 255) = 34.29%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 28.53%
G = 34.29%
B = 37.17%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D838E (or 0x6D838E) is known color: Lynch. HEX triplet: 6D, 83 and 8E. RGB value is (109,131,142). Sum of RGB (Red+Green+Blue) = 109+131+142=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D838E is #927C71. Grayscale: #7D7D7D. Windows color (decimal): -9600114 or 9339757. OLE color: 9339757.

HSL color Cylindrical-coordinate representation of color #6D838E: hue angle of 200º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D838E is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 131 142 -
CMYK 0.23 0.08 0 0.44
HSL 200º 0.13% 0.49% -
HSV(B) 200º 0.23% 0.56% -
XYZ 19.31 21.44 28.71 -
YUV 125.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 109 131 142 0.23 0.08 0 0.44 200 0.13 0.49
Hex 6D 83 8E 17 8 0 2C C8 D 31
Octal 155 203 216 27 10 0 54 310 15 61
Binary 1101101 10000011 10001110 10111 1000 0 101100 11001000 1101 110001

Color Harmonies of #6D838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D838E

Black with #6D838E

Text Example


Text Example

White with #6D838E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,131,142); }

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

background-color css

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

 a { background-color: rgb(109,131,142); }

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

border-color css

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

 span { border-color: rgb(109,131,142); }

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