#697B88

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

Shades of Lynch #697B88

Tints of Lynch #697B88

Color information

#697B88 (or 0x697B88) is unknown color: approx Lynch. HEX triplet: 69, 7B and 88. RGB value is (105,123,136). Sum of RGB (Red+Green+Blue) = 105+123+136=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #697B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B88 is #968477. Grayscale: #777777. Windows color (decimal): -9864312 or 8944489. OLE color: 8944489.

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

Color convert

RGB105123136-
CMYK0.230.1000.47
HSL205.16º12.86%47.25%-
HSV(B)205.16º22.79%53.33%-
XYZ17.3518.9526.04-
YUV119.1137.54117.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 136 (53.52% from 255) = 37.36%
R=28.85%
G=33.79%
B=37.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051231360.230.1000.47205.1612.8647.25
Hex697B8817A02Fcdd2f
Octal15117321027120573151557
Binary11010011111011100010001011110100101111110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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