Html Css Color HEX #687986 Lynch

📋 copy color: '#687986'

red 104 ◦ green 121 ◦ blue 134

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

Shades of Lynch #687986

Tints of Lynch #687986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 134 (52.73% from 255) = 37.33%

R = 28.97%
G = 33.7%
B = 37.33%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687986 (or 0x687986) is known color: Lynch. HEX triplet: 68, 79 and 86. RGB value is (104,121,134). Sum of RGB (Red+Green+Blue) = 104+121+134=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 134 - color contains mainly: blue. Hex color #687986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687986 is #978679. Grayscale: #757575. Windows color (decimal): -9930362 or 8812904. OLE color: 8812904.

HSL color Cylindrical-coordinate representation of color #687986: hue angle of 206º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687986 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 121 134 -
CMYK 0.22 0.10 0 0.47
HSL 206º 0.13% 0.47% -
HSV(B) 206º 0.22% 0.53% -
XYZ 16.85 18.34 25.21 -
YUV 117.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 104 121 134 0.22 0.10 0 0.47 206 0.13 0.47
Hex 68 79 86 16 A 0 2F CE D 2F
Octal 150 171 206 26 12 0 57 316 15 57
Binary 1101000 1111001 10000110 10110 1010 0 101111 11001110 1101 101111

Color Harmonies of #687986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687986

Black with #687986

Text Example


Text Example

White with #687986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687986; }

 p { color: rgb(104,121,134); }

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

background-color css

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

 a { background-color: rgb(104,121,134); }

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

border-color css

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

 span { border-color: rgb(104,121,134); }

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