Html Css Color HEX #689D8F Patina

📋 copy color: '#689D8F'

red 104 ◦ green 157 ◦ blue 143

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

Shades of Patina #689D8F

Tints of Patina #689D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 25.74%
G = 38.86%
B = 35.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#689D8F (or 0x689D8F) is known color: Patina. HEX triplet: 68, 9D and 8F. RGB value is (104,157,143). Sum of RGB (Red+Green+Blue) = 104+157+143=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #689D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D8F is #976270. Grayscale: #8B8B8B. Windows color (decimal): -9921137 or 9411944. OLE color: 9411944.

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

Color convert

RGB 104 157 143 -
CMYK 0.34 0 0.09 0.38
HSL 164.15º 0.21% 0.51% -
HSV(B) 164.15º 0.34% 0.62% -
XYZ 22.72 29.04 30.39 -
YUV 139.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 104 157 143 0.34 0 0.09 0.38 164.15 0.21 0.51
Hex 68 9D 8F 22 0 9 26 A4 15 33
Octal 150 235 217 42 0 11 46 244 25 63
Binary 1101000 10011101 10001111 100010 0 1001 100110 10100100 10101 110011

Color Harmonies of #689D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D8F

Black with #689D8F

Text Example


Text Example

White with #689D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,157,143); }

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

background-color css

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

 a { background-color: rgb(104,157,143); }

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

border-color css

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

 span { border-color: rgb(104,157,143); }

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