Html Css Color HEX #6D8491 Lynch

📋 copy color: '#6D8491'

red 109 ◦ green 132 ◦ blue 145

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

Shades of Lynch #6D8491

Tints of Lynch #6D8491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 28.24%
G = 34.2%
B = 37.56%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D8491 (or 0x6D8491) is known color: Lynch. HEX triplet: 6D, 84 and 91. RGB value is (109,132,145). Sum of RGB (Red+Green+Blue) = 109+132+145=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #6D8491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8491 is #927B6E. Grayscale: #7E7E7E. Windows color (decimal): -9599855 or 9536621. OLE color: 9536621.

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

Color convert

RGB 109 132 145 -
CMYK 0.25 0.09 0 0.43
HSL 201.67º 0.14% 0.5% -
HSV(B) 201.67º 0.25% 0.57% -
XYZ 19.67 21.8 29.96 -
YUV 126.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 109 132 145 0.25 0.09 0 0.43 201.67 0.14 0.5
Hex 6D 84 91 19 9 0 2B CA E 32
Octal 155 204 221 31 11 0 53 312 16 62
Binary 1101101 10000100 10010001 11001 1001 0 101011 11001010 1110 110010

Color Harmonies of #6D8491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8491

Black with #6D8491

Text Example


Text Example

White with #6D8491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,145); }

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

background-color css

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

 a { background-color: rgb(109,132,145); }

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

border-color css

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

 span { border-color: rgb(109,132,145); }

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