#697E88

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

Shades of Lynch #697E88

Tints of Lynch #697E88

Color information

#697E88 (or 0x697E88) is unknown color: approx Lynch. HEX triplet: 69, 7E and 88. RGB value is (105,126,136). Sum of RGB (Red+Green+Blue) = 105+126+136=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #697E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697E88 is #968177. Grayscale: #787878. Windows color (decimal): -9863544 or 8945257. OLE color: 8945257.

HSL color Cylindrical-coordinate representation of color #697E88: hue angle of 199.35º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697E88 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105126136-
CMYK0.230.0700.47
HSL199.35º12.86%47.25%-
HSV(B)199.35º22.79%53.33%-
XYZ17.7319.726.16-
YUV120.86136.54116.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.61%
GREEN value IS 126 (49.61% from 255) = 34.33%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=28.61%
G=34.33%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051261360.230.0700.47199.3512.8647.25
Hex697E8817702Fc7d2f
Octal1511762102770573071557
Binary1101001111111010001000101111110101111110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697E88; }

 p { color: rgb(105,126,136); }

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

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

 a { background-color: rgb(105,126,136); }

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

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

 span { border-color: rgb(105,126,136); }

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