Html Css Color HEX #687983 Lynch

📋 copy color: '#687983'

red 104 ◦ green 121 ◦ blue 131

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

Shades of Lynch #687983

Tints of Lynch #687983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 29.21%
G = 33.99%
B = 36.8%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687983 (or 0x687983) is known color: Lynch. HEX triplet: 68, 79 and 83. RGB value is (104,121,131). Sum of RGB (Red+Green+Blue) = 104+121+131=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 131 - color contains mainly: blue. Hex color #687983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687983 is #97867C. Grayscale: #757575. Windows color (decimal): -9930365 or 8616296. OLE color: 8616296.

HSL color Cylindrical-coordinate representation of color #687983: hue angle of 202.22º 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 #687983 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 121 131 -
CMYK 0.21 0.08 0 0.49
HSL 202.22º 0.11% 0.46% -
HSV(B) 202.22º 0.21% 0.51% -
XYZ 16.64 18.26 24.12 -
YUV 117.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 104 121 131 0.21 0.08 0 0.49 202.22 0.11 0.46
Hex 68 79 83 15 8 0 31 CA B 2E
Octal 150 171 203 25 10 0 61 312 13 56
Binary 1101000 1111001 10000011 10101 1000 0 110001 11001010 1011 101110

Color Harmonies of #687983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687983

Black with #687983

Text Example


Text Example

White with #687983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687983; }

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

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

background-color css

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

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

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

border-color css

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

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

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