#689684

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

Shades of Patina #689684

Tints of Patina #689684

Color information

#689684 (or 0x689684) is unknown color: approx Patina. HEX triplet: 68, 96 and 84. RGB value is (104,150,132). Sum of RGB (Red+Green+Blue) = 104+150+132=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #689684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689684 is #97697B. Grayscale: #868686. Windows color (decimal): -9922940 or 8689256. OLE color: 8689256.

HSL color Cylindrical-coordinate representation of color #689684: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689684 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB104150132-
CMYK0.3100.120.41
HSL156.52º18.11%49.8%-
HSV(B)156.52º30.67%58.82%-
XYZ20.7826.4225.83-
YUV134.19126.76106.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=26.94%
G=38.86%
B=34.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041501320.3100.120.41156.5218.1149.8
Hex6896841F0C299d1232
Octal15022620437014512352262
Binary1101000100101101000010011111011001010011001110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689684; }

 p { color: rgb(104,150,132); }

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

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

 a { background-color: rgb(104,150,132); }

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

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

 span { border-color: rgb(104,150,132); }

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