#697781

Color #697781 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #697781

Tints of Lynch #697781

Color information

#697781 (or 0x697781) is unknown color: approx Lynch. HEX triplet: 69, 77 and 81. RGB value is (105,119,129). Sum of RGB (Red+Green+Blue) = 105+119+129=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #697781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697781 is #96887E. Grayscale: #737373. Windows color (decimal): -9865343 or 8484713. OLE color: 8484713.

HSL color Cylindrical-coordinate representation of color #697781: hue angle of 205º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697781 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105119129-
CMYK0.190.0800.49
HSL205º10.26%45.88%-
HSV(B)205º18.6%50.59%-
XYZ16.3817.7823.34-
YUV115.95135.36120.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=29.75%
G=33.71%
B=36.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051191290.190.0800.4920510.2645.88
Hex697781138031cda2e
Octal15116720123100613151256
Binary11010011110111100000011001110000110001110011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697781; }

 p { color: rgb(105,119,129); }

 H1.HeaderClassName
 {
   color: #697781;
 }
 .AnyTagClassName
 {
   color: #697781;
 }
</style>
background-color css

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

 a { background-color: rgb(105,119,129); }

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

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

 span { border-color: rgb(105,119,129); }

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