Html Css Color HEX #689E87 Patina

📋 copy color: '#689E87'

red 104 ◦ green 158 ◦ blue 135

#689E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #689E87

Tints of Patina #689E87

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

 GREEN value IS 158 (62.11% from 255) = 39.8%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 26.2%
G = 39.8%
B = 34.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#689E87 (or 0x689E87) is known color: Patina. HEX triplet: 68, 9E and 87. RGB value is (104,158,135). Sum of RGB (Red+Green+Blue) = 104+158+135=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #689E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E87 is #976178. Grayscale: #8B8B8B. Windows color (decimal): -9920889 or 8887912. OLE color: 8887912.

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

Color convert

RGB 104 158 135 -
CMYK 0.34 0 0.15 0.38
HSL 154.44º 0.22% 0.51% -
HSV(B) 154.44º 0.34% 0.62% -
XYZ 22.31 29.15 27.37 -
YUV 139.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 104 158 135 0.34 0 0.15 0.38 154.44 0.22 0.51
Hex 68 9E 87 22 0 F 26 9A 16 33
Octal 150 236 207 42 0 17 46 232 26 63
Binary 1101000 10011110 10000111 100010 0 1111 100110 10011010 10110 110011

Color Harmonies of #689E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E87

Black with #689E87

Text Example


Text Example

White with #689E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,135); }

 H1.HeaderClassName
 {
   color: #689E87;
 }
 .AnyTagClassName
 {
   color: #689E87;
 }
</style>

background-color css

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

 a { background-color: rgb(104,158,135); }

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

border-color css

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

 span { border-color: rgb(104,158,135); }

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