#689E8C

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

Shades of Patina #689E8C

Tints of Patina #689E8C

Color information

#689E8C (or 0x689E8C) is unknown color: approx Patina. HEX triplet: 68, 9E and 8C. RGB value is (104,158,140). Sum of RGB (Red+Green+Blue) = 104+158+140=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #689E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E8C is #976173. Grayscale: #8B8B8B. Windows color (decimal): -9920884 or 9215592. OLE color: 9215592.

HSL color Cylindrical-coordinate representation of color #689E8C: hue angle of 160º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E8C is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB104158140-
CMYK0.3400.110.38
HSL160º21.77%51.37%-
HSV(B)160º34.18%61.96%-
XYZ22.6729.2929.27-
YUV139.8128.11102.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 140 (55.08% from 255) = 34.83%
R=25.87%
G=39.30%
B=34.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041581400.3400.110.3816021.7751.37
Hex689E8C220B26a01633
Octal15023621442013462402663
Binary11010001001111010001100100010010111001101010000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,158,140); }

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

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

 a { background-color: rgb(104,158,140); }

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

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

 span { border-color: rgb(104,158,140); }

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