Html Css Color HEX #687F8E Lynch

📋 copy color: '#687F8E'

red 104 ◦ green 127 ◦ blue 142

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

Shades of Lynch #687F8E

Tints of Lynch #687F8E

RGB

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

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

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

R = 27.88%
G = 34.05%
B = 38.07%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687F8E (or 0x687F8E) is known color: Lynch. HEX triplet: 68, 7F and 8E. RGB value is (104,127,142). Sum of RGB (Red+Green+Blue) = 104+127+142=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #687F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F8E is #978071. Grayscale: #797979. Windows color (decimal): -9928818 or 9338728. OLE color: 9338728.

HSL color Cylindrical-coordinate representation of color #687F8E: hue angle of 203.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #687F8E is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 127 142 -
CMYK 0.27 0.11 0 0.44
HSL 203.68º 0.15% 0.48% -
HSV(B) 203.68º 0.27% 0.56% -
XYZ 18.18 20.07 28.51 -
YUV 121.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 104 127 142 0.27 0.11 0 0.44 203.68 0.15 0.48
Hex 68 7F 8E 1B B 0 2C CC F 30
Octal 150 177 216 33 13 0 54 314 17 60
Binary 1101000 1111111 10001110 11011 1011 0 101100 11001100 1111 110000

Color Harmonies of #687F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F8E

Black with #687F8E

Text Example


Text Example

White with #687F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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