Html Css Color HEX #6D8390 Lynch

📋 copy color: '#6D8390'

red 109 ◦ green 131 ◦ blue 144

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

Shades of Lynch #6D8390

Tints of Lynch #6D8390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 28.39%
G = 34.11%
B = 37.5%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D8390 (or 0x6D8390) is known color: Lynch. HEX triplet: 6D, 83 and 90. RGB value is (109,131,144). Sum of RGB (Red+Green+Blue) = 109+131+144=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8390 is #927C6F. Grayscale: #7D7D7D. Windows color (decimal): -9600112 or 9470829. OLE color: 9470829.

HSL color Cylindrical-coordinate representation of color #6D8390: hue angle of 202.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8390 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 131 144 -
CMYK 0.24 0.09 0 0.44
HSL 202.29º 0.14% 0.5% -
HSV(B) 202.29º 0.24% 0.56% -
XYZ 19.46 21.5 29.51 -
YUV 125.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 109 131 144 0.24 0.09 0 0.44 202.29 0.14 0.5
Hex 6D 83 90 18 9 0 2C CA E 32
Octal 155 203 220 30 11 0 54 312 16 62
Binary 1101101 10000011 10010000 11000 1001 0 101100 11001010 1110 110010

Color Harmonies of #6D8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8390

Black with #6D8390

Text Example


Text Example

White with #6D8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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