Html Css Color HEX #687A83 Lynch

📋 copy color: '#687A83'

red 104 ◦ green 122 ◦ blue 131

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

Shades of Lynch #687A83

Tints of Lynch #687A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 131 (51.56% from 255) = 36.69%

R = 29.13%
G = 34.17%
B = 36.69%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687A83 (or 0x687A83) is known color: Lynch. HEX triplet: 68, 7A and 83. RGB value is (104,122,131). Sum of RGB (Red+Green+Blue) = 104+122+131=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #687A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A83 is #97857C. Grayscale: #757575. Windows color (decimal): -9930109 or 8616552. OLE color: 8616552.

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

Color convert

RGB 104 122 131 -
CMYK 0.21 0.07 0 0.49
HSL 200º 0.11% 0.46% -
HSV(B) 200º 0.21% 0.51% -
XYZ 16.77 18.5 24.16 -
YUV 117.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 104 122 131 0.21 0.07 0 0.49 200 0.11 0.46
Hex 68 7A 83 15 7 0 31 C8 B 2E
Octal 150 172 203 25 7 0 61 310 13 56
Binary 1101000 1111010 10000011 10101 111 0 110001 11001000 1011 101110

Color Harmonies of #687A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A83

Black with #687A83

Text Example


Text Example

White with #687A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,122,131); }

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

background-color css

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

 a { background-color: rgb(104,122,131); }

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

border-color css

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

 span { border-color: rgb(104,122,131); }

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