Html Css Color HEX #687786 Lynch

📋 copy color: '#687786'

red 104 ◦ green 119 ◦ blue 134

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

Shades of Lynch #687786

Tints of Lynch #687786

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

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

R = 29.13%
G = 33.33%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687786 (or 0x687786) is known color: Lynch. HEX triplet: 68, 77 and 86. RGB value is (104,119,134). Sum of RGB (Red+Green+Blue) = 104+119+134=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #687786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687786 is #978879. Grayscale: #747474. Windows color (decimal): -9930874 or 8812392. OLE color: 8812392.

HSL color Cylindrical-coordinate representation of color #687786: hue angle of 210º 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 #687786 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 119 134 -
CMYK 0.22 0.11 0 0.47
HSL 210º 0.13% 0.47% -
HSV(B) 210º 0.22% 0.53% -
XYZ 16.61 17.86 25.13 -
YUV 116.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 104 119 134 0.22 0.11 0 0.47 210 0.13 0.47
Hex 68 77 86 16 B 0 2F D2 D 2F
Octal 150 167 206 26 13 0 57 322 15 57
Binary 1101000 1110111 10000110 10110 1011 0 101111 11010010 1101 101111

Color Harmonies of #687786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687786

Black with #687786

Text Example


Text Example

White with #687786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687786; }

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

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

background-color css

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

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

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

border-color css

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

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

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