Html Css Color HEX #687680 Lynch

📋 copy color: '#687680'

red 104 ◦ green 118 ◦ blue 128

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

Shades of Lynch #687680

Tints of Lynch #687680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 29.71%
G = 33.71%
B = 36.57%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#687680 (or 0x687680) is known color: Lynch. HEX triplet: 68, 76 and 80. RGB value is (104,118,128). Sum of RGB (Red+Green+Blue) = 104+118+128=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 128 - color contains mainly: blue. Hex color #687680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687680 is #97897F. Grayscale: #727272. Windows color (decimal): -9931136 or 8418920. OLE color: 8418920.

HSL color Cylindrical-coordinate representation of color #687680: hue angle of 205º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #687680 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 118 128 -
CMYK 0.19 0.08 0 0.50
HSL 205º 0.1% 0.45% -
HSV(B) 205º 0.19% 0.5% -
XYZ 16.08 17.46 22.94 -
YUV 114.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 104 118 128 0.19 0.08 0 0.50 205 0.1 0.45
Hex 68 76 80 13 8 0 32 CD A 2D
Octal 150 166 200 23 10 0 62 315 12 55
Binary 1101000 1110110 10000000 10011 1000 0 110010 11001101 1010 101101

Color Harmonies of #687680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687680

Black with #687680

Text Example


Text Example

White with #687680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687680; }

 p { color: rgb(104,118,128); }

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

background-color css

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

 a { background-color: rgb(104,118,128); }

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

border-color css

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

 span { border-color: rgb(104,118,128); }

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