Html Css Color HEX #689184 Patina

📋 copy color: '#689184'

red 104 ◦ green 145 ◦ blue 132

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

Shades of Patina #689184

Tints of Patina #689184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.06%

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

R = 27.3%
G = 38.06%
B = 34.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#689184 (or 0x689184) is known color: Patina. HEX triplet: 68, 91 and 84. RGB value is (104,145,132). Sum of RGB (Red+Green+Blue) = 104+145+132=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #689184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689184 is #976E7B. Grayscale: #838383. Windows color (decimal): -9924220 or 8687976. OLE color: 8687976.

HSL color Cylindrical-coordinate representation of color #689184: hue angle of 160.98º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689184 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 132 -
CMYK 0.28 0 0.09 0.43
HSL 160.98º 0.16% 0.49% -
HSV(B) 160.98º 0.28% 0.57% -
XYZ 20 24.86 25.57 -
YUV 131.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 104 145 132 0.28 0 0.09 0.43 160.98 0.16 0.49
Hex 68 91 84 1C 0 9 2B A1 10 31
Octal 150 221 204 34 0 11 53 241 20 61
Binary 1101000 10010001 10000100 11100 0 1001 101011 10100001 10000 110001

Color Harmonies of #689184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689184

Black with #689184

Text Example


Text Example

White with #689184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689184; }

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

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

background-color css

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

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

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

border-color css

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

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

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