#697C88

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

Shades of Lynch #697C88

Tints of Lynch #697C88

Color information

#697C88 (or 0x697C88) is unknown color: approx Lynch. HEX triplet: 69, 7C and 88. RGB value is (105,124,136). Sum of RGB (Red+Green+Blue) = 105+124+136=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #697C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697C88 is #968377. Grayscale: #777777. Windows color (decimal): -9864056 or 8944745. OLE color: 8944745.

HSL color Cylindrical-coordinate representation of color #697C88: hue angle of 203.23º 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 #697C88 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB105124136-
CMYK0.230.0900.47
HSL203.23º12.86%47.25%-
HSV(B)203.23º22.79%53.33%-
XYZ17.4819.226.08-
YUV119.69137.21117.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=28.77%
G=33.97%
B=37.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051241360.230.0900.47203.2312.8647.25
Hex697C8817902Fcbd2f
Octal15117421027110573131557
Binary11010011111100100010001011110010101111110010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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