#689B8E

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

Shades of Patina #689B8E

Tints of Patina #689B8E

Color information

#689B8E (or 0x689B8E) is unknown color: approx Patina. HEX triplet: 68, 9B and 8E. RGB value is (104,155,142). Sum of RGB (Red+Green+Blue) = 104+155+142=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #689B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689B8E is #976471. Grayscale: #8A8A8A. Windows color (decimal): -9921650 or 9345896. OLE color: 9345896.

HSL color Cylindrical-coordinate representation of color #689B8E: hue angle of 164.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689B8E is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB104155142-
CMYK0.3300.080.39
HSL164.71º20.32%50.78%-
HSV(B)164.71º32.9%60.78%-
XYZ22.3128.3429.89-
YUV138.27130.1103.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=25.94%
G=38.65%
B=35.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041551420.3300.080.39164.7120.3250.78
Hex689B8E210827a51433
Octal15023321641010472452463
Binary11010001001101110001110100001010001001111010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689B8E; }

 p { color: rgb(104,155,142); }

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

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

 a { background-color: rgb(104,155,142); }

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

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

 span { border-color: rgb(104,155,142); }

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