Html Css Color HEX #6D7F8C Lynch

📋 copy color: '#6D7F8C'

red 109 ◦ green 127 ◦ blue 140

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

Shades of Lynch #6D7F8C

Tints of Lynch #6D7F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 28.99%
G = 33.78%
B = 37.23%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D7F8C (or 0x6D7F8C) is known color: Lynch. HEX triplet: 6D, 7F and 8C. RGB value is (109,127,140). Sum of RGB (Red+Green+Blue) = 109+127+140=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D7F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F8C is #928073. Grayscale: #7B7B7B. Windows color (decimal): -9601140 or 9207661. OLE color: 9207661.

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

Color convert

RGB 109 127 140 -
CMYK 0.22 0.09 0 0.45
HSL 205.16º 0.12% 0.49% -
HSV(B) 205.16º 0.22% 0.55% -
XYZ 18.63 20.32 27.75 -
YUV 123.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 109 127 140 0.22 0.09 0 0.45 205.16 0.12 0.49
Hex 6D 7F 8C 16 9 0 2D CD C 31
Octal 155 177 214 26 11 0 55 315 14 61
Binary 1101101 1111111 10001100 10110 1001 0 101101 11001101 1100 110001

Color Harmonies of #6D7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7F8C

Black with #6D7F8C

Text Example


Text Example

White with #6D7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,127,140); }

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

background-color css

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

 a { background-color: rgb(109,127,140); }

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

border-color css

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

 span { border-color: rgb(109,127,140); }

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