#697887

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

Shades of Lynch #697887

Tints of Lynch #697887

Color information

#697887 (or 0x697887) is unknown color: approx Lynch. HEX triplet: 69, 78 and 87. RGB value is (105,120,135). Sum of RGB (Red+Green+Blue) = 105+120+135=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #697887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697887 is #968778. Grayscale: #757575. Windows color (decimal): -9865081 or 8878185. OLE color: 8878185.

HSL color Cylindrical-coordinate representation of color #697887: hue angle of 210º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697887 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105120135-
CMYK0.220.1100.47
HSL210º12.5%47.06%-
HSV(B)210º22.22%52.94%-
XYZ16.9218.1925.54-
YUV117.22138.03119.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 120 (47.27% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=29.17%
G=33.33%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051201350.220.1100.4721012.547.06
Hex69788716B02Fd2c2f
Octal15117020726130573221457
Binary11010011111000100001111011010110101111110100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697887; }

 p { color: rgb(105,120,135); }

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

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

 a { background-color: rgb(105,120,135); }

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

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

 span { border-color: rgb(105,120,135); }

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