Html Css Color HEX #687D8A Lynch

📋 copy color: '#687D8A'

red 104 ◦ green 125 ◦ blue 138

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

Shades of Lynch #687D8A

Tints of Lynch #687D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 138 (54.3% from 255) = 37.6%

R = 28.34%
G = 34.06%
B = 37.6%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#687D8A (or 0x687D8A) is known color: Lynch. HEX triplet: 68, 7D and 8A. RGB value is (104,125,138). Sum of RGB (Red+Green+Blue) = 104+125+138=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #687D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D8A is #978275. Grayscale: #787878. Windows color (decimal): -9929334 or 9076072. OLE color: 9076072.

HSL color Cylindrical-coordinate representation of color #687D8A: hue angle of 202.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687D8A is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 125 138 -
CMYK 0.25 0.09 0 0.46
HSL 202.94º 0.14% 0.47% -
HSV(B) 202.94º 0.25% 0.54% -
XYZ 17.63 19.45 26.87 -
YUV 120.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 104 125 138 0.25 0.09 0 0.46 202.94 0.14 0.47
Hex 68 7D 8A 19 9 0 2E CB E 2F
Octal 150 175 212 31 11 0 56 313 16 57
Binary 1101000 1111101 10001010 11001 1001 0 101110 11001011 1110 101111

Color Harmonies of #687D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D8A

Black with #687D8A

Text Example


Text Example

White with #687D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,125,138); }

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

background-color css

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

 a { background-color: rgb(104,125,138); }

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

border-color css

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

 span { border-color: rgb(104,125,138); }

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