#697B89

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

Shades of Lynch #697B89

Tints of Lynch #697B89

Color information

#697B89 (or 0x697B89) is unknown color: approx Lynch. HEX triplet: 69, 7B and 89. RGB value is (105,123,137). Sum of RGB (Red+Green+Blue) = 105+123+137=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 137 - color contains mainly: blue. Hex color #697B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697B89 is #968476. Grayscale: #777777. Windows color (decimal): -9864311 or 9010025. OLE color: 9010025.

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

Color convert

RGB105123137-
CMYK0.230.1000.46
HSL206.25º13.22%47.45%-
HSV(B)206.25º23.36%53.73%-
XYZ17.4218.9826.41-
YUV119.21138.04117.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.77%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=28.77%
G=33.70%
B=37.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051231370.230.1000.46206.2513.2247.45
Hex697B8917A02Eced2f
Octal15117321127120563161557
Binary11010011111011100010011011110100101110110011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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