Html Css Color HEX #689C8D Patina

📋 copy color: '#689C8D'

red 104 ◦ green 156 ◦ blue 141

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

Shades of Patina #689C8D

Tints of Patina #689C8D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 25.94%
G = 38.9%
B = 35.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#689C8D (or 0x689C8D) is known color: Patina. HEX triplet: 68, 9C and 8D. RGB value is (104,156,141). Sum of RGB (Red+Green+Blue) = 104+156+141=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #689C8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689C8D is #976372. Grayscale: #8A8A8A. Windows color (decimal): -9921395 or 9280616. OLE color: 9280616.

HSL color Cylindrical-coordinate representation of color #689C8D: hue angle of 162.69º 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 #689C8D is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 141 -
CMYK 0.33 0 0.10 0.39
HSL 162.69º 0.21% 0.51% -
HSV(B) 162.69º 0.33% 0.61% -
XYZ 22.41 28.64 29.55 -
YUV 138.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 104 156 141 0.33 0 0.10 0.39 162.69 0.21 0.51
Hex 68 9C 8D 21 0 A 27 A3 15 33
Octal 150 234 215 41 0 12 47 243 25 63
Binary 1101000 10011100 10001101 100001 0 1010 100111 10100011 10101 110011

Color Harmonies of #689C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C8D

Black with #689C8D

Text Example


Text Example

White with #689C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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