#697784

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

Shades of Lynch #697784

Tints of Lynch #697784

Color information

#697784 (or 0x697784) is unknown color: approx Lynch. HEX triplet: 69, 77 and 84. RGB value is (105,119,132). Sum of RGB (Red+Green+Blue) = 105+119+132=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #697784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697784 is #96887B. Grayscale: #747474. Windows color (decimal): -9865340 or 8681321. OLE color: 8681321.

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

Color convert

RGB105119132-
CMYK0.200.1000.48
HSL208.89º11.39%46.47%-
HSV(B)208.89º20.45%51.76%-
XYZ16.5917.8624.4-
YUV116.3136.86119.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 119 (46.88% from 255) = 33.43%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=29.49%
G=33.43%
B=37.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051191320.200.1000.48208.8911.3946.47
Hex69778414A030d1b2e
Octal15116720424120603211356
Binary11010011110111100001001010010100110000110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697784; }

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

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

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

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

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

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

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

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