Html Css Color HEX #687F8C Lynch

📋 copy color: '#687F8C'

red 104 ◦ green 127 ◦ blue 140

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

Shades of Lynch #687F8C

Tints of Lynch #687F8C

RGB

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

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

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

R = 28.03%
G = 34.23%
B = 37.74%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#687F8C (or 0x687F8C) is known color: Lynch. HEX triplet: 68, 7F and 8C. RGB value is (104,127,140). Sum of RGB (Red+Green+Blue) = 104+127+140=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #687F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F8C is #978073. Grayscale: #797979. Windows color (decimal): -9928820 or 9207656. OLE color: 9207656.

HSL color Cylindrical-coordinate representation of color #687F8C: hue angle of 201.67º 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 #687F8C is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 127 140 -
CMYK 0.26 0.09 0 0.45
HSL 201.67º 0.15% 0.48% -
HSV(B) 201.67º 0.26% 0.55% -
XYZ 18.03 20.02 27.72 -
YUV 121.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 104 127 140 0.26 0.09 0 0.45 201.67 0.15 0.48
Hex 68 7F 8C 1A 9 0 2D CA F 30
Octal 150 177 214 32 11 0 55 312 17 60
Binary 1101000 1111111 10001100 11010 1001 0 101101 11001010 1111 110000

Color Harmonies of #687F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F8C

Black with #687F8C

Text Example


Text Example

White with #687F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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