Html Css Color HEX #6D818E Lynch

📋 copy color: '#6D818E'

red 109 ◦ green 129 ◦ blue 142

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

Shades of Lynch #6D818E

Tints of Lynch #6D818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.95%

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

R = 28.68%
G = 33.95%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D818E (or 0x6D818E) is known color: Lynch. HEX triplet: 6D, 81 and 8E. RGB value is (109,129,142). Sum of RGB (Red+Green+Blue) = 109+129+142=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D818E is #927E71. Grayscale: #7C7C7C. Windows color (decimal): -9600626 or 9339245. OLE color: 9339245.

HSL color Cylindrical-coordinate representation of color #6D818E: hue angle of 203.64º 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 #6D818E is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 129 142 -
CMYK 0.23 0.09 0 0.44
HSL 203.64º 0.13% 0.49% -
HSV(B) 203.64º 0.23% 0.56% -
XYZ 19.04 20.9 28.62 -
YUV 124.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 109 129 142 0.23 0.09 0 0.44 203.64 0.13 0.49
Hex 6D 81 8E 17 9 0 2C CC D 31
Octal 155 201 216 27 11 0 54 314 15 61
Binary 1101101 10000001 10001110 10111 1001 0 101100 11001100 1101 110001

Color Harmonies of #6D818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D818E

Black with #6D818E

Text Example


Text Example

White with #6D818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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