Html Css Color HEX #687D8B Lynch

📋 copy color: '#687D8B'

red 104 ◦ green 125 ◦ blue 139

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

Shades of Lynch #687D8B

Tints of Lynch #687D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 28.26%
G = 33.97%
B = 37.77%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#687D8B (or 0x687D8B) is known color: Lynch. HEX triplet: 68, 7D and 8B. RGB value is (104,125,139). Sum of RGB (Red+Green+Blue) = 104+125+139=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #687D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687D8B is #978274. Grayscale: #787878. Windows color (decimal): -9929333 or 9141608. OLE color: 9141608.

HSL color Cylindrical-coordinate representation of color #687D8B: hue angle of 204º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #687D8B is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 125 139 -
CMYK 0.25 0.10 0 0.45
HSL 204º 0.14% 0.48% -
HSV(B) 204º 0.25% 0.55% -
XYZ 17.7 19.47 27.25 -
YUV 120.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 104 125 139 0.25 0.10 0 0.45 204 0.14 0.48
Hex 68 7D 8B 19 A 0 2D CC E 30
Octal 150 175 213 31 12 0 55 314 16 60
Binary 1101000 1111101 10001011 11001 1010 0 101101 11001100 1110 110000

Color Harmonies of #687D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687D8B

Black with #687D8B

Text Example


Text Example

White with #687D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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