#689D8D

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

Shades of Patina #689D8D

Tints of Patina #689D8D

Color information

#689D8D (or 0x689D8D) is unknown color: approx Patina. HEX triplet: 68, 9D and 8D. RGB value is (104,157,141). Sum of RGB (Red+Green+Blue) = 104+157+141=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #689D8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D8D is #976272. Grayscale: #8B8B8B. Windows color (decimal): -9921139 or 9280872. OLE color: 9280872.

HSL color Cylindrical-coordinate representation of color #689D8D: hue angle of 161.89º degrees, saturation: 0.21, 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 #689D8D is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB104157141-
CMYK0.3400.100.38
HSL161.89º21.29%51.18%-
HSV(B)161.89º33.76%61.57%-
XYZ22.5728.9829.6-
YUV139.33128.94102.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 157 (61.72% from 255) = 39.05%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=25.87%
G=39.05%
B=35.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041571410.3400.100.38161.8921.2951.18
Hex689D8D220A26a21533
Octal15023521542012462422563
Binary11010001001110110001101100010010101001101010001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,141); }

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

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

 a { background-color: rgb(104,157,141); }

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

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

 span { border-color: rgb(104,157,141); }

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