Html Css Color HEX #687682 Lynch

📋 copy color: '#687682'

red 104 ◦ green 118 ◦ blue 130

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

Shades of Lynch #687682

Tints of Lynch #687682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.93%

R = 29.55%
G = 33.52%
B = 36.93%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687682 (or 0x687682) is known color: Lynch. HEX triplet: 68, 76 and 82. RGB value is (104,118,130). Sum of RGB (Red+Green+Blue) = 104+118+130=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #687682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687682 is #97897D. Grayscale: #737373. Windows color (decimal): -9931134 or 8549992. OLE color: 8549992.

HSL color Cylindrical-coordinate representation of color #687682: hue angle of 207.69º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687682 is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 118 130 -
CMYK 0.2 0.09 0 0.49
HSL 207.69º 0.11% 0.46% -
HSV(B) 207.69º 0.2% 0.51% -
XYZ 16.22 17.51 23.64 -
YUV 115.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 104 118 130 0.2 0.09 0 0.49 207.69 0.11 0.46
Hex 68 76 82 14 9 0 31 D0 B 2E
Octal 150 166 202 24 11 0 61 320 13 56
Binary 1101000 1110110 10000010 10100 1001 0 110001 11010000 1011 101110

Color Harmonies of #687682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687682

Black with #687682

Text Example


Text Example

White with #687682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687682; }

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

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

background-color css

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

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

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

border-color css

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

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

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