#697782

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

Shades of Lynch #697782

Tints of Lynch #697782

Color information

#697782 (or 0x697782) is unknown color: approx Lynch. HEX triplet: 69, 77 and 82. RGB value is (105,119,130). Sum of RGB (Red+Green+Blue) = 105+119+130=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #697782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697782 is #96887D. Grayscale: #747474. Windows color (decimal): -9865342 or 8550249. OLE color: 8550249.

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

Color convert

RGB105119130-
CMYK0.190.0800.49
HSL206.4º10.64%46.08%-
HSV(B)206.4º19.23%50.98%-
XYZ16.4517.8123.69-
YUV116.07135.86120.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=29.66%
G=33.62%
B=36.72%

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
Decimal1051191300.190.0800.49206.410.6446.08
Hex697782138031ceb2e
Octal15116720223100613161356
Binary11010011110111100000101001110000110001110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697782; }

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

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

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

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

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

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

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

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