#689986

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

Shades of Patina #689986

Tints of Patina #689986

Color information

#689986 (or 0x689986) is unknown color: approx Patina. HEX triplet: 68, 99 and 86. RGB value is (104,153,134). Sum of RGB (Red+Green+Blue) = 104+153+134=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #689986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689986 is #976679. Grayscale: #888888. Windows color (decimal): -9922170 or 8821096. OLE color: 8821096.

HSL color Cylindrical-coordinate representation of color #689986: hue angle of 156.73º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689986 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB104153134-
CMYK0.3200.120.4
HSL156.73º19.37%50.39%-
HSV(B)156.73º32.03%60%-
XYZ21.427.4526.72-
YUV136.18126.77105.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 153 (60.16% from 255) = 39.13%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=26.60%
G=39.13%
B=34.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531340.3200.120.4156.7319.3750.39
Hex689986200C289d1332
Octal15023120640014502352362
Binary11010001001100110000110100000011001010001001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689986; }

 p { color: rgb(104,153,134); }

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

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

 a { background-color: rgb(104,153,134); }

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

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

 span { border-color: rgb(104,153,134); }

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