Html Css Color HEX #687785 Lynch

📋 copy color: '#687785'

red 104 ◦ green 119 ◦ blue 133

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

Shades of Lynch #687785

Tints of Lynch #687785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 29.21%
G = 33.43%
B = 37.36%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687785 (or 0x687785) is known color: Lynch. HEX triplet: 68, 77 and 85. RGB value is (104,119,133). Sum of RGB (Red+Green+Blue) = 104+119+133=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #687785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687785 is #97887A. Grayscale: #747474. Windows color (decimal): -9930875 or 8746856. OLE color: 8746856.

HSL color Cylindrical-coordinate representation of color #687785: hue angle of 208.97º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687785 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 119 133 -
CMYK 0.22 0.11 0 0.48
HSL 208.97º 0.12% 0.46% -
HSV(B) 208.97º 0.22% 0.52% -
XYZ 16.54 17.83 24.76 -
YUV 116.11 137.53 119.36 -
System Red Green Blue C M Y K H S L
Decimal 104 119 133 0.22 0.11 0 0.48 208.97 0.12 0.46
Hex 68 77 85 16 B 0 30 D1 C 2E
Octal 150 167 205 26 13 0 60 321 14 56
Binary 1101000 1110111 10000101 10110 1011 0 110000 11010001 1100 101110

Color Harmonies of #687785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687785

Black with #687785

Text Example


Text Example

White with #687785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687785; }

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

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

background-color css

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

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

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

border-color css

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

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

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