Html Css Color HEX #687C8D Lynch

📋 copy color: '#687C8D'

red 104 ◦ green 124 ◦ blue 141

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

Shades of Lynch #687C8D

Tints of Lynch #687C8D

RGB

 RED value IS 104 (41.02% from 255) = 28.18%

 GREEN value IS 124 (48.83% from 255) = 33.6%

 BLUE value IS 141 (55.47% from 255) = 38.21%

R = 28.18%
G = 33.6%
B = 38.21%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#687C8D (or 0x687C8D) is known color: Lynch. HEX triplet: 68, 7C and 8D. RGB value is (104,124,141). Sum of RGB (Red+Green+Blue) = 104+124+141=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 141 - color contains mainly: blue. Hex color #687C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C8D is #978372. Grayscale: #777777. Windows color (decimal): -9929587 or 9272424. OLE color: 9272424.

HSL color Cylindrical-coordinate representation of color #687C8D: hue angle of 207.57º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #687C8D is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 124 141 -
CMYK 0.26 0.12 0 0.45
HSL 207.57º 0.15% 0.48% -
HSV(B) 207.57º 0.26% 0.55% -
XYZ 17.72 19.28 27.99 -
YUV 119.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 104 124 141 0.26 0.12 0 0.45 207.57 0.15 0.48
Hex 68 7C 8D 1A C 0 2D D0 F 30
Octal 150 174 215 32 14 0 55 320 17 60
Binary 1101000 1111100 10001101 11010 1100 0 101101 11010000 1111 110000

Color Harmonies of #687C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C8D

Black with #687C8D

Text Example


Text Example

White with #687C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687C8D; }

 p { color: rgb(104,124,141); }

 H1.HeaderClassName
 {
   color: #687C8D;
 }
 .AnyTagClassName
 {
   color: #687C8D;
 }
</style>

background-color css

<style>
 a { background-color: #687C8D; }

 a { background-color: rgb(104,124,141); }

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

border-color css

<style>
 span { border-color: #687C8D; }

 span { border-color: rgb(104,124,141); }

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