Html Css Color HEX #687784 Lynch

📋 copy color: '#687784'

red 104 ◦ green 119 ◦ blue 132

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

Shades of Lynch #687784

Tints of Lynch #687784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 29.3%
G = 33.52%
B = 37.18%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687784 (or 0x687784) is known color: Lynch. HEX triplet: 68, 77 and 84. RGB value is (104,119,132). Sum of RGB (Red+Green+Blue) = 104+119+132=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #687784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687784 is #97887B. Grayscale: #737373. Windows color (decimal): -9930876 or 8681320. OLE color: 8681320.

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

Color convert

RGB 104 119 132 -
CMYK 0.21 0.10 0 0.48
HSL 207.86º 0.12% 0.46% -
HSV(B) 207.86º 0.21% 0.52% -
XYZ 16.47 17.8 24.4 -
YUV 116 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 104 119 132 0.21 0.10 0 0.48 207.86 0.12 0.46
Hex 68 77 84 15 A 0 30 D0 C 2E
Octal 150 167 204 25 12 0 60 320 14 56
Binary 1101000 1110111 10000100 10101 1010 0 110000 11010000 1100 101110

Color Harmonies of #687784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687784

Black with #687784

Text Example


Text Example

White with #687784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687784; }

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

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

background-color css

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

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

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

border-color css

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

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

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