Html Css Color HEX #689684 Patina

📋 copy color: '#689684'

red 104 ◦ green 150 ◦ blue 132

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

Shades of Patina #689684

Tints of Patina #689684

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 132 (51.95% from 255) = 34.2%

R = 26.94%
G = 38.86%
B = 34.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#689684 (or 0x689684) is known color: Patina. HEX triplet: 68, 96 and 84. RGB value is (104,150,132). Sum of RGB (Red+Green+Blue) = 104+150+132=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #689684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689684 is #97697B. Grayscale: #868686. Windows color (decimal): -9922940 or 8689256. OLE color: 8689256.

HSL color Cylindrical-coordinate representation of color #689684: hue angle of 156.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689684 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 132 -
CMYK 0.31 0 0.12 0.41
HSL 156.52º 0.18% 0.5% -
HSV(B) 156.52º 0.31% 0.59% -
XYZ 20.78 26.42 25.83 -
YUV 134.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 104 150 132 0.31 0 0.12 0.41 156.52 0.18 0.5
Hex 68 96 84 1F 0 C 29 9D 12 32
Octal 150 226 204 37 0 14 51 235 22 62
Binary 1101000 10010110 10000100 11111 0 1100 101001 10011101 10010 110010

Color Harmonies of #689684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689684

Black with #689684

Text Example


Text Example

White with #689684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689684; }

 p { color: rgb(104,150,132); }

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

background-color css

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

 a { background-color: rgb(104,150,132); }

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

border-color css

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

 span { border-color: rgb(104,150,132); }

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