#689C8E

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

Shades of Patina #689C8E

Tints of Patina #689C8E

Color information

#689C8E (or 0x689C8E) is unknown color: approx Patina. HEX triplet: 68, 9C and 8E. RGB value is (104,156,142). Sum of RGB (Red+Green+Blue) = 104+156+142=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #689C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C8E is #976371. Grayscale: #8A8A8A. Windows color (decimal): -9921394 or 9346152. OLE color: 9346152.

HSL color Cylindrical-coordinate representation of color #689C8E: hue angle of 163.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689C8E is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB104156142-
CMYK0.3300.090.39
HSL163.85º20.8%50.98%-
HSV(B)163.85º33.33%61.18%-
XYZ22.4828.6729.94-
YUV138.86129.77103.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.87%
GREEN value IS 156 (61.33% from 255) = 38.81%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=25.87%
G=38.81%
B=35.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041561420.3300.090.39163.8520.850.98
Hex689C8E210927a41533
Octal15023421641011472442563
Binary11010001001110010001110100001010011001111010010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,156,142); }

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

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

 a { background-color: rgb(104,156,142); }

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

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

 span { border-color: rgb(104,156,142); }

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