#689988

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

Shades of Patina #689988

Tints of Patina #689988

Color information

#689988 (or 0x689988) is unknown color: approx Patina. HEX triplet: 68, 99 and 88. RGB value is (104,153,136). Sum of RGB (Red+Green+Blue) = 104+153+136=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #689988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689988 is #976677. Grayscale: #888888. Windows color (decimal): -9922168 or 8952168. OLE color: 8952168.

HSL color Cylindrical-coordinate representation of color #689988: hue angle of 159.18º 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 #689988 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB104153136-
CMYK0.3200.110.4
HSL159.18º19.37%50.39%-
HSV(B)159.18º32.03%60%-
XYZ21.5427.527.47-
YUV136.41127.77104.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=26.46%
G=38.93%
B=34.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531360.3200.110.4159.1819.3750.39
Hex689988200B289f1332
Octal15023121040013502372362
Binary11010001001100110001000100000010111010001001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689988; }

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

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

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

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

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

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

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

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